Html Css Color HEX #582028 Burnt Crimson

📋 copy color: '#582028'

red 88 ◦ green 32 ◦ blue 40

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

Shades of Burnt Crimson #582028

Tints of Burnt Crimson #582028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 40 (16.02% from 255) = 25%

R = 55%
G = 20%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#582028 (or 0x582028) is known color: Burnt Crimson. HEX triplet: 58, 20 and 28. RGB value is (88,32,40). Sum of RGB (Red+Green+Blue) = 88+32+40=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582028 is #A7DFD7. Grayscale: #313131. Windows color (decimal): -11001816 or 2629720. OLE color: 2629720.

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

Color convert

RGB 88 32 40 -
CMYK 0 0.64 0.55 0.65
HSL 351.43º 0.47% 0.24% -
HSV(B) 351.43º 0.64% 0.35% -
XYZ 4.92 3.26 2.38 -
YUV 49.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 88 32 40 0 0.64 0.55 0.65 351.43 0.47 0.24
Hex 58 20 28 0 40 37 41 15F 2F 18
Octal 130 40 50 0 100 67 101 537 57 30
Binary 1011000 100000 101000 0 1000000 110111 1000001 101011111 101111 11000

Color Harmonies of #582028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582028

Black with #582028

Text Example


Text Example

White with #582028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582028; }

 p { color: rgb(88,32,40); }

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

background-color css

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

 a { background-color: rgb(88,32,40); }

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

border-color css

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

 span { border-color: rgb(88,32,40); }

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