Html Css Color HEX #521617 Burnt Crimson

📋 copy color: '#521617'

red 82 ◦ green 22 ◦ blue 23

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

Shades of Burnt Crimson #521617

Tints of Burnt Crimson #521617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

 BLUE value IS 23 (9.38% from 255) = 18.11%

R = 64.57%
G = 17.32%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#521617 (or 0x521617) is known color: Burnt Crimson. HEX triplet: 52, 16 and 17. RGB value is (82,22,23). Sum of RGB (Red+Green+Blue) = 82+22+23=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #521617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521617 is #ADE9E8. Grayscale: #282828. Windows color (decimal): -11397609 or 1513042. OLE color: 1513042.

HSL color Cylindrical-coordinate representation of color #521617: hue angle of 359º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521617 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 22 23 -
CMYK 0 0.73 0.72 0.68
HSL 359º 0.58% 0.2% -
HSV(B) 359º 0.73% 0.32% -
XYZ 3.92 2.43 1.07 -
YUV 40.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 82 22 23 0 0.73 0.72 0.68 359 0.58 0.2
Hex 52 16 17 0 49 48 44 167 3A 14
Octal 122 26 27 0 111 110 104 547 72 24
Binary 1010010 10110 10111 0 1001001 1001000 1000100 101100111 111010 10100

Color Harmonies of #521617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521617

Black with #521617

Text Example


Text Example

White with #521617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521617; }

 p { color: rgb(82,22,23); }

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

background-color css

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

 a { background-color: rgb(82,22,23); }

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

border-color css

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

 span { border-color: rgb(82,22,23); }

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