#651D1A

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

Shades of Red Oxide #651D1A

Tints of Red Oxide #651D1A

Color information

#651D1A (or 0x651D1A) is unknown color: approx Red Oxide. HEX triplet: 65, 1D and 1A. RGB value is (101,29,26). Sum of RGB (Red+Green+Blue) = 101+29+26=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #651D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D1A is #9AE2E5. Grayscale: #323232. Windows color (decimal): -10150630 or 1711461. OLE color: 1711461.

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

Color convert

RGB1012926-
CMYK00.710.740.60
HSL2.4º59.06%24.9%-
HSV(B)2.4º74.26%39.61%-
XYZ5.993.721.38-
YUV50.19114.35164.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.74%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=64.74%
G=18.59%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101292600.710.740.602.459.0624.9
Hex651D1A0474A3C23b19
Octal145353201071127427331
Binary110010111101110100100011110010101111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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