Html Css Color HEX #652115 Red Oxide

📋 copy color: '#652115'

red 101 ◦ green 33 ◦ blue 21

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

Shades of Red Oxide #652115

Tints of Red Oxide #652115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 65.16%
G = 21.29%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#652115 (or 0x652115) is known color: Red Oxide. HEX triplet: 65, 21 and 15. RGB value is (101,33,21). Sum of RGB (Red+Green+Blue) = 101+33+21=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #652115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652115 is #9ADEEA. Grayscale: #343434. Windows color (decimal): -10149611 or 1384805. OLE color: 1384805.

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

Color convert

RGB 101 33 21 -
CMYK 0 0.67 0.79 0.60
HSL 0.66% 0.24% -
HSV(B) 0.79% 0.4% -
XYZ 6.05 3.91 1.15 -
YUV 51.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 101 33 21 0 0.67 0.79 0.60 9 0.66 0.24
Hex 65 21 15 0 43 4F 3C 9 42 18
Octal 145 41 25 0 103 117 74 11 102 30
Binary 1100101 100001 10101 0 1000011 1001111 111100 1001 1000010 11000

Color Harmonies of #652115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652115

Black with #652115

Text Example


Text Example

White with #652115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652115; }

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

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

background-color css

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

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

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

border-color css

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

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

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