#65201A

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

Shades of Red Oxide #65201A

Tints of Red Oxide #65201A

Color information

#65201A (or 0x65201A) is unknown color: approx Red Oxide. HEX triplet: 65, 20 and 1A. RGB value is (101,32,26). Sum of RGB (Red+Green+Blue) = 101+32+26=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #65201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65201A is #9ADFE5. Grayscale: #343434. Windows color (decimal): -10149862 or 1712229. OLE color: 1712229.

HSL color Cylindrical-coordinate representation of color #65201A: hue angle of 4.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65201A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1013226-
CMYK00.680.740.60
HSL4.8º59.06%24.9%-
HSV(B)4.8º74.26%39.61%-
XYZ6.073.871.41-
YUV51.95113.36162.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=63.52%
G=20.13%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101322600.680.740.604.859.0624.9
Hex65201A0444A3C53b19
Octal145403201041127457331
Binary11001011000001101001000100100101011110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65201A; }

 p { color: rgb(101,32,26); }

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

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

 a { background-color: rgb(101,32,26); }

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

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

 span { border-color: rgb(101,32,26); }

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