Html Css Color HEX #582326 Burnt Crimson

📋 copy color: '#582326'

red 88 ◦ green 35 ◦ blue 38

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

Shades of Burnt Crimson #582326

Tints of Burnt Crimson #582326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 54.66%
G = 21.74%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#582326 (or 0x582326) is known color: Burnt Crimson. HEX triplet: 58, 23 and 26. RGB value is (88,35,38). Sum of RGB (Red+Green+Blue) = 88+35+38=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582326 is #A7DCD9. Grayscale: #333333. Windows color (decimal): -11001050 or 2499416. OLE color: 2499416.

HSL color Cylindrical-coordinate representation of color #582326: hue angle of 356.6º 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 #582326 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 38 -
CMYK 0 0.60 0.57 0.65
HSL 356.6º 0.43% 0.24% -
HSV(B) 356.6º 0.6% 0.35% -
XYZ 4.98 3.42 2.23 -
YUV 51.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 88 35 38 0 0.60 0.57 0.65 356.6 0.43 0.24
Hex 58 23 26 0 3C 39 41 165 2B 18
Octal 130 43 46 0 74 71 101 545 53 30
Binary 1011000 100011 100110 0 111100 111001 1000001 101100101 101011 11000

Color Harmonies of #582326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582326

Black with #582326

Text Example


Text Example

White with #582326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582326; }

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

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

background-color css

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

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

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

border-color css

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

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

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