Html Css Color HEX #651701 Red Oxide

📋 copy color: '#651701'

red 101 ◦ green 23 ◦ blue 1

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

Shades of Red Oxide #651701

Tints of Red Oxide #651701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.4%

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 80.8%
G = 18.4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#651701 (or 0x651701) is known color: Red Oxide. HEX triplet: 65, 17 and 01. RGB value is (101,23,1). Sum of RGB (Red+Green+Blue) = 101+23+1=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651701 is #9AE8FE. Grayscale: #2B2B2B. Windows color (decimal): -10152191 or 71525. OLE color: 71525.

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

Color convert

RGB 101 23 1 -
CMYK 0 0.77 0.99 0.60
HSL 13.2º 0.98% 0.2% -
HSV(B) 13.2º 0.99% 0.4% -
XYZ 5.68 3.38 0.38 -
YUV 43.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 101 23 1 0 0.77 0.99 0.60 13.2 0.98 0.2
Hex 65 17 1 0 4D 63 3C D 62 14
Octal 145 27 1 0 115 143 74 15 142 24
Binary 1100101 10111 1 0 1001101 1100011 111100 1101 1100010 10100

Color Harmonies of #651701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651701

Black with #651701

Text Example


Text Example

White with #651701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651701; }

 p { color: rgb(101,23,1); }

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

background-color css

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

 a { background-color: rgb(101,23,1); }

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

border-color css

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

 span { border-color: rgb(101,23,1); }

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