Html Css Color HEX #64130F Red Oxide

📋 copy color: '#64130F'

red 100 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #64130F

Tints of Red Oxide #64130F

RGB

 RED value IS 100 (39.45% from 255) = 74.63%

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

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

R = 74.63%
G = 14.18%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#64130F (or 0x64130F) is known color: Red Oxide. HEX triplet: 64, 13 and 0F. RGB value is (100,19,15). Sum of RGB (Red+Green+Blue) = 100+19+15=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #64130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64130F is #9BECF0. Grayscale: #2A2A2A. Windows color (decimal): -10218737 or 988004. OLE color: 988004.

HSL color Cylindrical-coordinate representation of color #64130F: hue angle of 2.82º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64130F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 19 15 -
CMYK 0 0.81 0.85 0.61
HSL 2.82º 0.74% 0.23% -
HSV(B) 2.82º 0.85% 0.39% -
XYZ 5.57 3.21 0.78 -
YUV 42.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 100 19 15 0 0.81 0.85 0.61 2.82 0.74 0.23
Hex 64 13 F 0 51 55 3D 3 4A 17
Octal 144 23 17 0 121 125 75 3 112 27
Binary 1100100 10011 1111 0 1010001 1010101 111101 11 1001010 10111

Color Harmonies of #64130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64130F

Black with #64130F

Text Example


Text Example

White with #64130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,19,15); }

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

background-color css

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

 a { background-color: rgb(100,19,15); }

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

border-color css

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

 span { border-color: rgb(100,19,15); }

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