#651F13

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

Shades of Red Oxide #651F13

Tints of Red Oxide #651F13

Color information

#651F13 (or 0x651F13) is unknown color: approx Red Oxide. HEX triplet: 65, 1F and 13. RGB value is (101,31,19). Sum of RGB (Red+Green+Blue) = 101+31+19=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #651F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F13 is #9AE0EC. Grayscale: #323232. Windows color (decimal): -10150125 or 1253221. OLE color: 1253221.

HSL color Cylindrical-coordinate representation of color #651F13: hue angle of 8.78º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651F13 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1013119-
CMYK00.690.810.60
HSL8.78º68.33%23.53%-
HSV(B)8.78º81.19%39.61%-
XYZ5.973.791.03-
YUV50.56110.19163.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.89%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=66.89%
G=20.53%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101311900.690.810.608.7868.3323.53
Hex651F13045513C94418
Octal14537230105121741110430
Binary110010111111100110100010110100011111001001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F13; }

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

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

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

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

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

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

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

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