Html Css Color HEX #681502 Red Oxide

📋 copy color: '#681502'

red 104 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #681502

Tints of Red Oxide #681502

RGB

 RED value IS 104 (41.02% from 255) = 81.89%

 GREEN value IS 21 (8.59% from 255) = 16.54%

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

R = 81.89%
G = 16.54%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#681502 (or 0x681502) is known color: Red Oxide. HEX triplet: 68, 15 and 02. RGB value is (104,21,2). Sum of RGB (Red+Green+Blue) = 104+21+2=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #681502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681502 is #97EAFD. Grayscale: #2B2B2B. Windows color (decimal): -9956094 or 136552. OLE color: 136552.

HSL color Cylindrical-coordinate representation of color #681502: hue angle of 11.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #681502 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 2 -
CMYK 0 0.80 0.98 0.59
HSL 11.18º 0.96% 0.21% -
HSV(B) 11.18º 0.98% 0.41% -
XYZ 5.99 3.48 0.41 -
YUV 43.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 104 21 2 0 0.80 0.98 0.59 11.18 0.96 0.21
Hex 68 15 2 0 50 62 3B B 60 15
Octal 150 25 2 0 120 142 73 13 140 25
Binary 1101000 10101 10 0 1010000 1100010 111011 1011 1100000 10101

Color Harmonies of #681502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681502

Black with #681502

Text Example


Text Example

White with #681502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681502; }

 p { color: rgb(104,21,2); }

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

background-color css

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

 a { background-color: rgb(104,21,2); }

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

border-color css

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

 span { border-color: rgb(104,21,2); }

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