Html Css Color HEX #651914 Red Oxide

📋 copy color: '#651914'

red 101 ◦ green 25 ◦ blue 20

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

Shades of Red Oxide #651914

Tints of Red Oxide #651914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 69.18%
G = 17.12%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#651914 (or 0x651914) is known color: Red Oxide. HEX triplet: 65, 19 and 14. RGB value is (101,25,20). Sum of RGB (Red+Green+Blue) = 101+25+20=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #651914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651914 is #9AE6EB. Grayscale: #2F2F2F. Windows color (decimal): -10151660 or 1317221. OLE color: 1317221.

HSL color Cylindrical-coordinate representation of color #651914: hue angle of 3.7º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651914 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 20 -
CMYK 0 0.75 0.80 0.60
HSL 3.7º 0.67% 0.24% -
HSV(B) 3.7º 0.8% 0.4% -
XYZ 5.84 3.51 1.03 -
YUV 47.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 101 25 20 0 0.75 0.80 0.60 3.7 0.67 0.24
Hex 65 19 14 0 4B 50 3C 4 43 18
Octal 145 31 24 0 113 120 74 4 103 30
Binary 1100101 11001 10100 0 1001011 1010000 111100 100 1000011 11000

Color Harmonies of #651914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651914

Black with #651914

Text Example


Text Example

White with #651914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651914; }

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

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

background-color css

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

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

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

border-color css

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

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

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