Html Css Color HEX #52191A Burnt Crimson

📋 copy color: '#52191A'

red 82 ◦ green 25 ◦ blue 26

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

Shades of Burnt Crimson #52191A

Tints of Burnt Crimson #52191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 61.65%
G = 18.8%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52191A (or 0x52191A) is known color: Burnt Crimson. HEX triplet: 52, 19 and 1A. RGB value is (82,25,26). Sum of RGB (Red+Green+Blue) = 82+25+26=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52191A is #ADE6E5. Grayscale: #2A2A2A. Windows color (decimal): -11396838 or 1710418. OLE color: 1710418.

HSL color Cylindrical-coordinate representation of color #52191A: hue angle of 358.95º 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 #52191A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 26 -
CMYK 0 0.70 0.68 0.68
HSL 358.95º 0.53% 0.21% -
HSV(B) 358.95º 0.7% 0.32% -
XYZ 4.01 2.56 1.26 -
YUV 42.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 82 25 26 0 0.70 0.68 0.68 358.95 0.53 0.21
Hex 52 19 1A 0 46 44 44 167 35 15
Octal 122 31 32 0 106 104 104 547 65 25
Binary 1010010 11001 11010 0 1000110 1000100 1000100 101100111 110101 10101

Color Harmonies of #52191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52191A

Black with #52191A

Text Example


Text Example

White with #52191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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