Html Css Color HEX #651411 Red Oxide

📋 copy color: '#651411'

red 101 ◦ green 20 ◦ blue 17

#651411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #651411

Tints of Red Oxide #651411

RGB

 RED value IS 101 (39.84% from 255) = 73.19%

 GREEN value IS 20 (8.2% from 255) = 14.49%

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 73.19%
G = 14.49%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#651411 (or 0x651411) is known color: Red Oxide. HEX triplet: 65, 14 and 11. RGB value is (101,20,17). Sum of RGB (Red+Green+Blue) = 101+20+17=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #651411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651411 is #9AEBEE. Grayscale: #2B2B2B. Windows color (decimal): -10152943 or 1119333. OLE color: 1119333.

HSL color Cylindrical-coordinate representation of color #651411: hue angle of 2.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651411 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 20 17 -
CMYK 0 0.80 0.83 0.60
HSL 2.14º 0.71% 0.23% -
HSV(B) 2.14º 0.83% 0.4% -
XYZ 5.72 3.31 0.87 -
YUV 43.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 101 20 17 0 0.80 0.83 0.60 2.14 0.71 0.23
Hex 65 14 11 0 50 53 3C 2 47 17
Octal 145 24 21 0 120 123 74 2 107 27
Binary 1100101 10100 10001 0 1010000 1010011 111100 10 1000111 10111

Color Harmonies of #651411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651411

Black with #651411

Text Example


Text Example

White with #651411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651411; }

 p { color: rgb(101,20,17); }

 H1.HeaderClassName
 {
   color: #651411;
 }
 .AnyTagClassName
 {
   color: #651411;
 }
</style>

background-color css

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

 a { background-color: rgb(101,20,17); }

 div.DivClassName
 {
   background-color: #651411;
 }
 .BgClassName
 {
   background-color: #651411;
 }
</style>

border-color css

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

 span { border-color: rgb(101,20,17); }

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