#65221C

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

Shades of Red Oxide #65221C

Tints of Red Oxide #65221C

Color information

#65221C (or 0x65221C) is unknown color: approx Red Oxide. HEX triplet: 65, 22 and 1C. RGB value is (101,34,28). Sum of RGB (Red+Green+Blue) = 101+34+28=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #65221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65221C is #9ADDE3. Grayscale: #353535. Windows color (decimal): -10149348 or 1843813. OLE color: 1843813.

HSL color Cylindrical-coordinate representation of color #65221C: hue angle of 4.93º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65221C is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1013428-
CMYK00.660.720.60
HSL4.93º56.59%25.29%-
HSV(B)4.93º72.28%39.61%-
XYZ6.153.991.55-
YUV53.35113.7161.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.96%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=61.96%
G=20.86%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101342800.660.720.604.9356.5925.29
Hex65221C042483C53919
Octal145423401021107457131
Binary11001011000101110001000010100100011110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65221C; }

 p { color: rgb(101,34,28); }

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

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

 a { background-color: rgb(101,34,28); }

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

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

 span { border-color: rgb(101,34,28); }

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