Html Css Color HEX #582529 Burnt Crimson

📋 copy color: '#582529'

red 88 ◦ green 37 ◦ blue 41

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

Shades of Burnt Crimson #582529

Tints of Burnt Crimson #582529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 53.01%
G = 22.29%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#582529 (or 0x582529) is known color: Burnt Crimson. HEX triplet: 58, 25 and 29. RGB value is (88,37,41). Sum of RGB (Red+Green+Blue) = 88+37+41=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #582529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582529 is #A7DAD6. Grayscale: #343434. Windows color (decimal): -11000535 or 2696536. OLE color: 2696536.

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

Color convert

RGB 88 37 41 -
CMYK 0 0.58 0.53 0.65
HSL 355.29º 0.41% 0.25% -
HSV(B) 355.29º 0.58% 0.35% -
XYZ 5.09 3.56 2.52 -
YUV 52.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 88 37 41 0 0.58 0.53 0.65 355.29 0.41 0.25
Hex 58 25 29 0 3A 35 41 163 29 19
Octal 130 45 51 0 72 65 101 543 51 31
Binary 1011000 100101 101001 0 111010 110101 1000001 101100011 101001 11001

Color Harmonies of #582529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582529

Black with #582529

Text Example


Text Example

White with #582529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582529; }

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

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

background-color css

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

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

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

border-color css

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

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

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