Html Css Color HEX #651401 Red Oxide

📋 copy color: '#651401'

red 101 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #651401

Tints of Red Oxide #651401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

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

R = 82.79%
G = 16.39%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#651401 (or 0x651401) is known color: Red Oxide. HEX triplet: 65, 14 and 01. RGB value is (101,20,1). Sum of RGB (Red+Green+Blue) = 101+20+1=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #651401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651401 is #9AEBFE. Grayscale: #2A2A2A. Windows color (decimal): -10152959 or 70757. OLE color: 70757.

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

Color convert

RGB 101 20 1 -
CMYK 0 0.80 0.99 0.60
HSL 11.4º 0.98% 0.2% -
HSV(B) 11.4º 0.99% 0.4% -
XYZ 5.62 3.27 0.36 -
YUV 42.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 101 20 1 0 0.80 0.99 0.60 11.4 0.98 0.2
Hex 65 14 1 0 50 63 3C B 62 14
Octal 145 24 1 0 120 143 74 13 142 24
Binary 1100101 10100 1 0 1010000 1100011 111100 1011 1100010 10100

Color Harmonies of #651401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651401

Black with #651401

Text Example


Text Example

White with #651401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651401; }

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

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

background-color css

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

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

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

border-color css

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

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

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