Html Css Color HEX #651913 Red Oxide

📋 copy color: '#651913'

red 101 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #651913

Tints of Red Oxide #651913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 69.66%
G = 17.24%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#651913 (or 0x651913) is known color: Red Oxide. HEX triplet: 65, 19 and 13. RGB value is (101,25,19). Sum of RGB (Red+Green+Blue) = 101+25+19=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #651913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651913 is #9AE6EC. Grayscale: #2F2F2F. Windows color (decimal): -10151661 or 1251685. OLE color: 1251685.

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

Color convert

RGB 101 25 19 -
CMYK 0 0.75 0.81 0.60
HSL 4.39º 0.68% 0.24% -
HSV(B) 4.39º 0.81% 0.4% -
XYZ 5.83 3.51 0.99 -
YUV 47.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 101 25 19 0 0.75 0.81 0.60 4.39 0.68 0.24
Hex 65 19 13 0 4B 51 3C 4 44 18
Octal 145 31 23 0 113 121 74 4 104 30
Binary 1100101 11001 10011 0 1001011 1010001 111100 100 1000100 11000

Color Harmonies of #651913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651913

Black with #651913

Text Example


Text Example

White with #651913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651913; }

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

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

background-color css

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

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

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

border-color css

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

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

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