#651B13

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

Shades of Red Oxide #651B13

Tints of Red Oxide #651B13

Color information

#651B13 (or 0x651B13) is unknown color: approx Red Oxide. HEX triplet: 65, 1B and 13. RGB value is (101,27,19). Sum of RGB (Red+Green+Blue) = 101+27+19=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #651B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B13 is #9AE4EC. Grayscale: #303030. Windows color (decimal): -10151149 or 1252197. OLE color: 1252197.

HSL color Cylindrical-coordinate representation of color #651B13: hue angle of 5.85º 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 #651B13 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1012719-
CMYK00.730.810.60
HSL5.85º68.33%23.53%-
HSV(B)5.85º81.19%39.61%-
XYZ5.883.61-
YUV48.21111.52165.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 68.71%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=68.71%
G=18.37%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101271900.730.810.605.8568.3323.53
Hex651B13049513C64418
Octal1453323011112174610430
Binary11001011101110011010010011010001111100110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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