#65231F

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

Shades of Red Oxide #65231F

Tints of Red Oxide #65231F

Color information

#65231F (or 0x65231F) is unknown color: approx Red Oxide. HEX triplet: 65, 23 and 1F. RGB value is (101,35,31). Sum of RGB (Red+Green+Blue) = 101+35+31=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65231F is #9ADCE0. Grayscale: #363636. Windows color (decimal): -10149089 or 2040677. OLE color: 2040677.

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

Color convert

RGB1013531-
CMYK00.650.690.60
HSL3.43º53.03%25.88%-
HSV(B)3.43º69.31%39.61%-
XYZ6.224.071.75-
YUV54.28114.87161.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.48%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=60.48%
G=20.96%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101353100.650.690.603.4353.0325.88
Hex65231F041453C3351a
Octal145433701011057436532
Binary1100101100011111110100000110001011111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,35,31); }

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

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

 a { background-color: rgb(101,35,31); }

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

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

 span { border-color: rgb(101,35,31); }

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