Html Css Color HEX #651500 Red Oxide

📋 copy color: '#651500'

red 101 ◦ green 21 ◦ blue 0

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

Shades of Red Oxide #651500

Tints of Red Oxide #651500

RGB

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

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

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

R = 82.79%
G = 17.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#651500 (or 0x651500) is known color: Red Oxide. HEX triplet: 65, 15 and 00. RGB value is (101,21,0). Sum of RGB (Red+Green+Blue) = 101+21+0=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #651500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651500 is #9AEAFF. Grayscale: #2A2A2A. Windows color (decimal): -10152704 or 5477. OLE color: 5477.

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

Color convert

RGB 101 21 0 -
CMYK 0 0.79 1 0.60
HSL 12.48º 1% 0.2% -
HSV(B) 12.48º 1% 0.4% -
XYZ 5.63 3.3 0.34 -
YUV 42.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 101 21 0 0 0.79 1 0.60 12.48 1 0.2
Hex 65 15 0 0 4F 64 3C C 64 14
Octal 145 25 0 0 117 144 74 14 144 24
Binary 1100101 10101 0 0 1001111 1100100 111100 1100 1100100 10100

Color Harmonies of #651500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651500

Black with #651500

Text Example


Text Example

White with #651500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651500; }

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

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

background-color css

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

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

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

border-color css

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

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

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