Html Css Color HEX #520702 Red Oxide

📋 copy color: '#520702'

red 82 ◦ green 7 ◦ blue 2

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

Shades of Red Oxide #520702

Tints of Red Oxide #520702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

 BLUE value IS 2 (1.17% from 255) = 2.2%

R = 90.11%
G = 7.69%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#520702 (or 0x520702) is known color: Red Oxide. HEX triplet: 52, 07 and 02. RGB value is (82,7,2). Sum of RGB (Red+Green+Blue) = 82+7+2=91 (12% of max value = 765). Red value is 82 (32.42% from 255 or 90.11% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 82 - color contains mainly: red. Hex color #520702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520702 is #ADF8FD. Grayscale: #1C1C1C. Windows color (decimal): -11401470 or 132946. OLE color: 132946.

HSL color Cylindrical-coordinate representation of color #520702: hue angle of 3.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520702 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 7 2 -
CMYK 0 0.91 0.98 0.68
HSL 3.75º 0.95% 0.16% -
HSV(B) 3.75º 0.98% 0.32% -
XYZ 3.57 1.95 0.25 -
YUV 28.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 82 7 2 0 0.91 0.98 0.68 3.75 0.95 0.16
Hex 52 7 2 0 5B 62 44 4 5F 10
Octal 122 7 2 0 133 142 104 4 137 20
Binary 1010010 111 10 0 1011011 1100010 1000100 100 1011111 10000

Color Harmonies of #520702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520702

Black with #520702

Text Example


Text Example

White with #520702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520702; }

 p { color: rgb(82,7,2); }

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

background-color css

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

 a { background-color: rgb(82,7,2); }

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

border-color css

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

 span { border-color: rgb(82,7,2); }

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