Html Css Color HEX #68130A Red Oxide

📋 copy color: '#68130A'

red 104 ◦ green 19 ◦ blue 10

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

Shades of Red Oxide #68130A

Tints of Red Oxide #68130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

 BLUE value IS 10 (4.3% from 255) = 7.52%

R = 78.2%
G = 14.29%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68130A (or 0x68130A) is known color: Red Oxide. HEX triplet: 68, 13 and 0A. RGB value is (104,19,10). Sum of RGB (Red+Green+Blue) = 104+19+10=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #68130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68130A is #97ECF5. Grayscale: #2B2B2B. Windows color (decimal): -9956598 or 660328. OLE color: 660328.

HSL color Cylindrical-coordinate representation of color #68130A: hue angle of 5.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68130A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 10 -
CMYK 0 0.82 0.90 0.59
HSL 5.74º 0.82% 0.22% -
HSV(B) 5.74º 0.9% 0.41% -
XYZ 6 3.43 0.63 -
YUV 43.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 104 19 10 0 0.82 0.90 0.59 5.74 0.82 0.22
Hex 68 13 A 0 52 5A 3B 6 52 16
Octal 150 23 12 0 122 132 73 6 122 26
Binary 1101000 10011 1010 0 1010010 1011010 111011 110 1010010 10110

Color Harmonies of #68130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68130A

Black with #68130A

Text Example


Text Example

White with #68130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68130A; }

 p { color: rgb(104,19,10); }

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

background-color css

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

 a { background-color: rgb(104,19,10); }

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

border-color css

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

 span { border-color: rgb(104,19,10); }

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