Html Css Color HEX #651301 Red Oxide

📋 copy color: '#651301'

red 101 ◦ green 19 ◦ blue 1

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

Shades of Red Oxide #651301

Tints of Red Oxide #651301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 83.47%
G = 15.7%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#651301 (or 0x651301) is known color: Red Oxide. HEX triplet: 65, 13 and 01. RGB value is (101,19,1). Sum of RGB (Red+Green+Blue) = 101+19+1=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #651301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651301 is #9AECFE. Grayscale: #292929. Windows color (decimal): -10153215 or 70501. OLE color: 70501.

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

Color convert

RGB 101 19 1 -
CMYK 0 0.81 0.99 0.60
HSL 10.8º 0.98% 0.2% -
HSV(B) 10.8º 0.99% 0.4% -
XYZ 5.61 3.23 0.36 -
YUV 41.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 101 19 1 0 0.81 0.99 0.60 10.8 0.98 0.2
Hex 65 13 1 0 51 63 3C B 62 14
Octal 145 23 1 0 121 143 74 13 142 24
Binary 1100101 10011 1 0 1010001 1100011 111100 1011 1100010 10100

Color Harmonies of #651301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651301

Black with #651301

Text Example


Text Example

White with #651301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651301; }

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

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

background-color css

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

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

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

border-color css

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

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

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