Html Css Color HEX #651615 Red Oxide

📋 copy color: '#651615'

red 101 ◦ green 22 ◦ blue 21

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

Shades of Red Oxide #651615

Tints of Red Oxide #651615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 70.14%
G = 15.28%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#651615 (or 0x651615) is known color: Red Oxide. HEX triplet: 65, 16 and 15. RGB value is (101,22,21). Sum of RGB (Red+Green+Blue) = 101+22+21=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #651615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651615 is #9AE9EA. Grayscale: #2D2D2D. Windows color (decimal): -10152427 or 1381989. OLE color: 1381989.

HSL color Cylindrical-coordinate representation of color #651615: hue angle of 0.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651615 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 22 21 -
CMYK 0 0.78 0.79 0.60
HSL 0.75º 0.66% 0.24% -
HSV(B) 0.75º 0.79% 0.4% -
XYZ 5.79 3.39 1.06 -
YUV 45.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 101 22 21 0 0.78 0.79 0.60 0.75 0.66 0.24
Hex 65 16 15 0 4E 4F 3C 1 42 18
Octal 145 26 25 0 116 117 74 1 102 30
Binary 1100101 10110 10101 0 1001110 1001111 111100 1 1000010 11000

Color Harmonies of #651615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651615

Black with #651615

Text Example


Text Example

White with #651615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651615; }

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

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

background-color css

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

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

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

border-color css

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

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

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