Html Css Color HEX #52191B Burnt Crimson

📋 copy color: '#52191B'

red 82 ◦ green 25 ◦ blue 27

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

Shades of Burnt Crimson #52191B

Tints of Burnt Crimson #52191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 61.19%
G = 18.66%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52191B (or 0x52191B) is known color: Burnt Crimson. HEX triplet: 52, 19 and 1B. RGB value is (82,25,27). Sum of RGB (Red+Green+Blue) = 82+25+27=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52191B is #ADE6E4. Grayscale: #2A2A2A. Windows color (decimal): -11396837 or 1775954. OLE color: 1775954.

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

Color convert

RGB 82 25 27 -
CMYK 0 0.70 0.67 0.68
HSL 357.89º 0.53% 0.21% -
HSV(B) 357.89º 0.7% 0.32% -
XYZ 4.03 2.57 1.32 -
YUV 42.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 82 25 27 0 0.70 0.67 0.68 357.89 0.53 0.21
Hex 52 19 1B 0 46 43 44 166 35 15
Octal 122 31 33 0 106 103 104 546 65 25
Binary 1010010 11001 11011 0 1000110 1000011 1000100 101100110 110101 10101

Color Harmonies of #52191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52191B

Black with #52191B

Text Example


Text Example

White with #52191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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