Html Css Color HEX #651501 Red Oxide

📋 copy color: '#651501'

red 101 ◦ green 21 ◦ blue 1

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

Shades of Red Oxide #651501

Tints of Red Oxide #651501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 82.11%
G = 17.07%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#651501 (or 0x651501) is known color: Red Oxide. HEX triplet: 65, 15 and 01. RGB value is (101,21,1). Sum of RGB (Red+Green+Blue) = 101+21+1=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #651501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651501 is #9AEAFE. Grayscale: #2A2A2A. Windows color (decimal): -10152703 or 71013. OLE color: 71013.

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

Color convert

RGB 101 21 1 -
CMYK 0 0.79 0.99 0.60
HSL 12º 0.98% 0.2% -
HSV(B) 12º 0.99% 0.4% -
XYZ 5.64 3.31 0.37 -
YUV 42.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 101 21 1 0 0.79 0.99 0.60 12 0.98 0.2
Hex 65 15 1 0 4F 63 3C C 62 14
Octal 145 25 1 0 117 143 74 14 142 24
Binary 1100101 10101 1 0 1001111 1100011 111100 1100 1100010 10100

Color Harmonies of #651501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651501

Black with #651501

Text Example


Text Example

White with #651501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651501; }

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

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

background-color css

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

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

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

border-color css

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

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

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