Html Css Color HEX #582325 Burnt Crimson

📋 copy color: '#582325'

red 88 ◦ green 35 ◦ blue 37

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

Shades of Burnt Crimson #582325

Tints of Burnt Crimson #582325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 55%
G = 21.88%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#582325 (or 0x582325) is known color: Burnt Crimson. HEX triplet: 58, 23 and 25. RGB value is (88,35,37). Sum of RGB (Red+Green+Blue) = 88+35+37=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582325 is #A7DCDA. Grayscale: #333333. Windows color (decimal): -11001051 or 2433880. OLE color: 2433880.

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

Color convert

RGB 88 35 37 -
CMYK 0 0.60 0.58 0.65
HSL 357.74º 0.43% 0.24% -
HSV(B) 357.74º 0.6% 0.35% -
XYZ 4.96 3.41 2.15 -
YUV 51.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 88 35 37 0 0.60 0.58 0.65 357.74 0.43 0.24
Hex 58 23 25 0 3C 3A 41 166 2B 18
Octal 130 43 45 0 74 72 101 546 53 30
Binary 1011000 100011 100101 0 111100 111010 1000001 101100110 101011 11000

Color Harmonies of #582325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582325

Black with #582325

Text Example


Text Example

White with #582325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582325; }

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

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

background-color css

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

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

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

border-color css

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

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

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