Html Css Color HEX #52191D Burnt Crimson

📋 copy color: '#52191D'

red 82 ◦ green 25 ◦ blue 29

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

Shades of Burnt Crimson #52191D

Tints of Burnt Crimson #52191D

RGB

 RED value IS 82 (32.42% from 255) = 60.29%

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 29 (11.72% from 255) = 21.32%

R = 60.29%
G = 18.38%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52191D (or 0x52191D) is known color: Burnt Crimson. HEX triplet: 52, 19 and 1D. RGB value is (82,25,29). Sum of RGB (Red+Green+Blue) = 82+25+29=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52191D is #ADE6E2. Grayscale: #2A2A2A. Windows color (decimal): -11396835 or 1907026. OLE color: 1907026.

HSL color Cylindrical-coordinate representation of color #52191D: hue angle of 355.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52191D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 29 -
CMYK 0 0.70 0.65 0.68
HSL 355.79º 0.53% 0.21% -
HSV(B) 355.79º 0.7% 0.32% -
XYZ 4.05 2.58 1.45 -
YUV 42.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 82 25 29 0 0.70 0.65 0.68 355.79 0.53 0.21
Hex 52 19 1D 0 46 41 44 164 35 15
Octal 122 31 35 0 106 101 104 544 65 25
Binary 1010010 11001 11101 0 1000110 1000001 1000100 101100100 110101 10101

Color Harmonies of #52191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52191D

Black with #52191D

Text Example


Text Example

White with #52191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52191D; }

 p { color: rgb(82,25,29); }

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

background-color css

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

 a { background-color: rgb(82,25,29); }

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

border-color css

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

 span { border-color: rgb(82,25,29); }

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