Html Css Color HEX #642014 Red Oxide

📋 copy color: '#642014'

red 100 ◦ green 32 ◦ blue 20

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

Shades of Red Oxide #642014

Tints of Red Oxide #642014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 65.79%
G = 21.05%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#642014 (or 0x642014) is known color: Red Oxide. HEX triplet: 64, 20 and 14. RGB value is (100,32,20). Sum of RGB (Red+Green+Blue) = 100+32+20=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #642014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642014 is #9BDFEB. Grayscale: #333333. Windows color (decimal): -10215404 or 1319012. OLE color: 1319012.

HSL color Cylindrical-coordinate representation of color #642014: hue angle of 9º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642014 is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 32 20 -
CMYK 0 0.68 0.8 0.61
HSL 0.67% 0.24% -
HSV(B) 0.8% 0.39% -
XYZ 5.9 3.79 1.08 -
YUV 50.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 100 32 20 0 0.68 0.8 0.61 9 0.67 0.24
Hex 64 20 14 0 44 50 3D 9 43 18
Octal 144 40 24 0 104 120 75 11 103 30
Binary 1100100 100000 10100 0 1000100 1010000 111101 1001 1000011 11000

Color Harmonies of #642014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642014

Black with #642014

Text Example


Text Example

White with #642014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642014; }

 p { color: rgb(100,32,20); }

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

background-color css

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

 a { background-color: rgb(100,32,20); }

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

border-color css

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

 span { border-color: rgb(100,32,20); }

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