Html Css Color HEX #642114 Red Oxide

📋 copy color: '#642114'

red 100 ◦ green 33 ◦ blue 20

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

Shades of Red Oxide #642114

Tints of Red Oxide #642114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

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

R = 65.36%
G = 21.57%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#642114 (or 0x642114) is known color: Red Oxide. HEX triplet: 64, 21 and 14. RGB value is (100,33,20). Sum of RGB (Red+Green+Blue) = 100+33+20=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #642114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642114 is #9BDEEB. Grayscale: #333333. Windows color (decimal): -10215148 or 1319268. OLE color: 1319268.

HSL color Cylindrical-coordinate representation of color #642114: hue angle of 9.75º 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 #642114 is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 33 20 -
CMYK 0 0.67 0.8 0.61
HSL 9.75º 0.67% 0.24% -
HSV(B) 9.75º 0.8% 0.39% -
XYZ 5.93 3.85 1.09 -
YUV 51.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 100 33 20 0 0.67 0.8 0.61 9.75 0.67 0.24
Hex 64 21 14 0 43 50 3D A 43 18
Octal 144 41 24 0 103 120 75 12 103 30
Binary 1100100 100001 10100 0 1000011 1010000 111101 1010 1000011 11000

Color Harmonies of #642114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642114

Black with #642114

Text Example


Text Example

White with #642114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642114; }

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

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

background-color css

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

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

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

border-color css

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

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

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