Html Css Color HEX #532022 Burnt Crimson

📋 copy color: '#532022'

red 83 ◦ green 32 ◦ blue 34

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

Shades of Burnt Crimson #532022

Tints of Burnt Crimson #532022

RGB

 RED value IS 83 (32.81% from 255) = 55.7%

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

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

R = 55.7%
G = 21.48%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#532022 (or 0x532022) is known color: Burnt Crimson. HEX triplet: 53, 20 and 22. RGB value is (83,32,34). Sum of RGB (Red+Green+Blue) = 83+32+34=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532022 is #ACDFDD. Grayscale: #2F2F2F. Windows color (decimal): -11329502 or 2236499. OLE color: 2236499.

HSL color Cylindrical-coordinate representation of color #532022: hue angle of 357.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532022 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 34 -
CMYK 0 0.61 0.59 0.67
HSL 357.65º 0.44% 0.23% -
HSV(B) 357.65º 0.61% 0.33% -
XYZ 4.37 2.99 1.86 -
YUV 47.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 83 32 34 0 0.61 0.59 0.67 357.65 0.44 0.23
Hex 53 20 22 0 3D 3B 43 166 2C 17
Octal 123 40 42 0 75 73 103 546 54 27
Binary 1010011 100000 100010 0 111101 111011 1000011 101100110 101100 10111

Color Harmonies of #532022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532022

Black with #532022

Text Example


Text Example

White with #532022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532022; }

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

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

background-color css

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

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

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

border-color css

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

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

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