Html Css Color HEX #582021 Burnt Crimson

📋 copy color: '#582021'

red 88 ◦ green 32 ◦ blue 33

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

Shades of Burnt Crimson #582021

Tints of Burnt Crimson #582021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 57.52%
G = 20.92%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#582021 (or 0x582021) is known color: Burnt Crimson. HEX triplet: 58, 20 and 21. RGB value is (88,32,33). Sum of RGB (Red+Green+Blue) = 88+32+33=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #582021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582021 is #A7DFDE. Grayscale: #303030. Windows color (decimal): -11001823 or 2170968. OLE color: 2170968.

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

Color convert

RGB 88 32 33 -
CMYK 0 0.64 0.62 0.65
HSL 358.93º 0.47% 0.24% -
HSV(B) 358.93º 0.64% 0.35% -
XYZ 4.82 3.22 1.81 -
YUV 48.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 88 32 33 0 0.64 0.62 0.65 358.93 0.47 0.24
Hex 58 20 21 0 40 3E 41 167 2F 18
Octal 130 40 41 0 100 76 101 547 57 30
Binary 1011000 100000 100001 0 1000000 111110 1000001 101100111 101111 11000

Color Harmonies of #582021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582021

Black with #582021

Text Example


Text Example

White with #582021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582021; }

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

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

background-color css

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

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

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

border-color css

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

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

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