Html Css Color HEX #582022 Burnt Crimson

📋 copy color: '#582022'

red 88 ◦ green 32 ◦ blue 34

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

Shades of Burnt Crimson #582022

Tints of Burnt Crimson #582022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.08%

R = 57.14%
G = 20.78%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#582022 (or 0x582022) is known color: Burnt Crimson. HEX triplet: 58, 20 and 22. RGB value is (88,32,34). Sum of RGB (Red+Green+Blue) = 88+32+34=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #582022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582022 is #A7DFDD. Grayscale: #313131. Windows color (decimal): -11001822 or 2236504. OLE color: 2236504.

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

Color convert

RGB 88 32 34 -
CMYK 0 0.64 0.61 0.65
HSL 357.86º 0.47% 0.24% -
HSV(B) 357.86º 0.64% 0.35% -
XYZ 4.83 3.22 1.88 -
YUV 48.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 88 32 34 0 0.64 0.61 0.65 357.86 0.47 0.24
Hex 58 20 22 0 40 3D 41 166 2F 18
Octal 130 40 42 0 100 75 101 546 57 30
Binary 1011000 100000 100010 0 1000000 111101 1000001 101100110 101111 11000

Color Harmonies of #582022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582022

Black with #582022

Text Example


Text Example

White with #582022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582022; }

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

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

background-color css

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

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

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

border-color css

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

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

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