Html Css Color HEX #52190F Red Oxide

📋 copy color: '#52190F'

red 82 ◦ green 25 ◦ blue 15

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

Shades of Red Oxide #52190F

Tints of Red Oxide #52190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.3%

R = 67.21%
G = 20.49%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52190F (or 0x52190F) is known color: Red Oxide. HEX triplet: 52, 19 and 0F. RGB value is (82,25,15). Sum of RGB (Red+Green+Blue) = 82+25+15=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #52190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52190F is #ADE6F0. Grayscale: #282828. Windows color (decimal): -11396849 or 989522. OLE color: 989522.

HSL color Cylindrical-coordinate representation of color #52190F: hue angle of 8.96º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52190F is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 15 -
CMYK 0 0.70 0.82 0.68
HSL 8.96º 0.69% 0.19% -
HSV(B) 8.96º 0.82% 0.32% -
XYZ 3.91 2.52 0.73 -
YUV 40.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 82 25 15 0 0.70 0.82 0.68 8.96 0.69 0.19
Hex 52 19 F 0 46 52 44 9 45 13
Octal 122 31 17 0 106 122 104 11 105 23
Binary 1010010 11001 1111 0 1000110 1010010 1000100 1001 1000101 10011

Color Harmonies of #52190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52190F

Black with #52190F

Text Example


Text Example

White with #52190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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