Html Css Color HEX #52181B Burnt Crimson

📋 copy color: '#52181B'

red 82 ◦ green 24 ◦ blue 27

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

Shades of Burnt Crimson #52181B

Tints of Burnt Crimson #52181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

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

R = 61.65%
G = 18.05%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52181B (or 0x52181B) is known color: Burnt Crimson. HEX triplet: 52, 18 and 1B. RGB value is (82,24,27). Sum of RGB (Red+Green+Blue) = 82+24+27=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52181B is #ADE7E4. Grayscale: #292929. Windows color (decimal): -11397093 or 1775698. OLE color: 1775698.

HSL color Cylindrical-coordinate representation of color #52181B: hue angle of 356.9º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52181B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 27 -
CMYK 0 0.71 0.67 0.68
HSL 356.9º 0.55% 0.21% -
HSV(B) 356.9º 0.71% 0.32% -
XYZ 4 2.53 1.31 -
YUV 41.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 82 24 27 0 0.71 0.67 0.68 356.9 0.55 0.21
Hex 52 18 1B 0 47 43 44 165 37 15
Octal 122 30 33 0 107 103 104 545 67 25
Binary 1010010 11000 11011 0 1000111 1000011 1000100 101100101 110111 10101

Color Harmonies of #52181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52181B

Black with #52181B

Text Example


Text Example

White with #52181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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