Html Css Color HEX #642015 Red Oxide

📋 copy color: '#642015'

red 100 ◦ green 32 ◦ blue 21

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

Shades of Red Oxide #642015

Tints of Red Oxide #642015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 65.36%
G = 20.92%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642015 (or 0x642015) is known color: Red Oxide. HEX triplet: 64, 20 and 15. RGB value is (100,32,21). Sum of RGB (Red+Green+Blue) = 100+32+21=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #642015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642015 is #9BDFEA. Grayscale: #333333. Windows color (decimal): -10215403 or 1384548. OLE color: 1384548.

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

Color convert

RGB 100 32 21 -
CMYK 0 0.68 0.79 0.61
HSL 8.35º 0.65% 0.24% -
HSV(B) 8.35º 0.79% 0.39% -
XYZ 5.91 3.8 1.13 -
YUV 51.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 100 32 21 0 0.68 0.79 0.61 8.35 0.65 0.24
Hex 64 20 15 0 44 4F 3D 8 41 18
Octal 144 40 25 0 104 117 75 10 101 30
Binary 1100100 100000 10101 0 1000100 1001111 111101 1000 1000001 11000

Color Harmonies of #642015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642015

Black with #642015

Text Example


Text Example

White with #642015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642015; }

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

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

background-color css

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

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

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

border-color css

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

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

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