Html Css Color HEX #651E15 Red Oxide

📋 copy color: '#651E15'

red 101 ◦ green 30 ◦ blue 21

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

Shades of Red Oxide #651E15

Tints of Red Oxide #651E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

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

R = 66.45%
G = 19.74%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#651E15 (or 0x651E15) is known color: Red Oxide. HEX triplet: 65, 1E and 15. RGB value is (101,30,21). Sum of RGB (Red+Green+Blue) = 101+30+21=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #651E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E15 is #9AE1EA. Grayscale: #323232. Windows color (decimal): -10150379 or 1384037. OLE color: 1384037.

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

Color convert

RGB 101 30 21 -
CMYK 0 0.70 0.79 0.60
HSL 6.75º 0.66% 0.24% -
HSV(B) 6.75º 0.79% 0.4% -
XYZ 5.97 3.75 1.12 -
YUV 50.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 101 30 21 0 0.70 0.79 0.60 6.75 0.66 0.24
Hex 65 1E 15 0 46 4F 3C 7 42 18
Octal 145 36 25 0 106 117 74 7 102 30
Binary 1100101 11110 10101 0 1000110 1001111 111100 111 1000010 11000

Color Harmonies of #651E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E15

Black with #651E15

Text Example


Text Example

White with #651E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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