Html Css Color HEX #582125 Burnt Crimson

📋 copy color: '#582125'

red 88 ◦ green 33 ◦ blue 37

#582125
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #582125

Tints of Burnt Crimson #582125

RGB

 RED value IS 88 (34.77% from 255) = 55.7%

 GREEN value IS 33 (13.28% from 255) = 20.89%

 BLUE value IS 37 (14.84% from 255) = 23.42%

R = 55.7%
G = 20.89%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#582125 (or 0x582125) is known color: Burnt Crimson. HEX triplet: 58, 21 and 25. RGB value is (88,33,37). Sum of RGB (Red+Green+Blue) = 88+33+37=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582125 is #A7DEDA. Grayscale: #313131. Windows color (decimal): -11001563 or 2433368. OLE color: 2433368.

HSL color Cylindrical-coordinate representation of color #582125: hue angle of 355.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582125 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 37 -
CMYK 0 0.62 0.58 0.65
HSL 355.64º 0.45% 0.24% -
HSV(B) 355.64º 0.63% 0.35% -
XYZ 4.9 3.3 2.13 -
YUV 49.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 88 33 37 0 0.62 0.58 0.65 355.64 0.45 0.24
Hex 58 21 25 0 3E 3A 41 164 2D 18
Octal 130 41 45 0 76 72 101 544 55 30
Binary 1011000 100001 100101 0 111110 111010 1000001 101100100 101101 11000

Color Harmonies of #582125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582125

Black with #582125

Text Example


Text Example

White with #582125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582125; }

 p { color: rgb(88,33,37); }

 H1.HeaderClassName
 {
   color: #582125;
 }
 .AnyTagClassName
 {
   color: #582125;
 }
</style>

background-color css

<style>
 a { background-color: #582125; }

 a { background-color: rgb(88,33,37); }

 div.DivClassName
 {
   background-color: #582125;
 }
 .BgClassName
 {
   background-color: #582125;
 }
</style>

border-color css

<style>
 span { border-color: #582125; }

 span { border-color: rgb(88,33,37); }

 td.TdClassName
 {
   border-color: #582125;
 }
 .TagClassName
 {
   border-color: #582125;
 }
</style>