Html Css Color HEX #651900 Red Oxide

📋 copy color: '#651900'

red 101 ◦ green 25 ◦ blue 0

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

Shades of Red Oxide #651900

Tints of Red Oxide #651900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.16%
G = 19.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#651900 (or 0x651900) is known color: Red Oxide. HEX triplet: 65, 19 and 00. RGB value is (101,25,0). Sum of RGB (Red+Green+Blue) = 101+25+0=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #651900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651900 is #9AE6FF. Grayscale: #2D2D2D. Windows color (decimal): -10151680 or 6501. OLE color: 6501.

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

Color convert

RGB 101 25 0 -
CMYK 0 0.75 1 0.60
HSL 14.85º 1% 0.2% -
HSV(B) 14.85º 1% 0.4% -
XYZ 5.71 3.46 0.37 -
YUV 44.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 101 25 0 0 0.75 1 0.60 14.85 1 0.2
Hex 65 19 0 0 4B 64 3C F 64 14
Octal 145 31 0 0 113 144 74 17 144 24
Binary 1100101 11001 0 0 1001011 1100100 111100 1111 1100100 10100

Color Harmonies of #651900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651900

Black with #651900

Text Example


Text Example

White with #651900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651900; }

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

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

background-color css

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

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

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

border-color css

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

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

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