#64221F

Color #64221F Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #64221F

Tints of Red Oxide #64221F

Color information

#64221F (or 0x64221F) is unknown color: approx Red Oxide. HEX triplet: 64, 22 and 1F. RGB value is (100,34,31). Sum of RGB (Red+Green+Blue) = 100+34+31=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64221F is #9BDDE0. Grayscale: #353535. Windows color (decimal): -10214881 or 2040420. OLE color: 2040420.

HSL color Cylindrical-coordinate representation of color #64221F: hue angle of 2.61º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64221F is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB1003431-
CMYK00.660.690.61
HSL2.61º52.67%25.69%-
HSV(B)2.61º69%39.22%-
XYZ6.073.951.74-
YUV53.39115.37161.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=60.61%
G=20.61%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100343100.660.690.612.6152.6725.69
Hex64221F042453D3351a
Octal144423701021057536532
Binary1100100100010111110100001010001011111011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,34,31); }

 H1.HeaderClassName
 {
   color: #64221F;
 }
 .AnyTagClassName
 {
   color: #64221F;
 }
</style>
background-color css

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

 a { background-color: rgb(100,34,31); }

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

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

 span { border-color: rgb(100,34,31); }

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