Html Css Color HEX #652120 Red Oxide

📋 copy color: '#652120'

red 101 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #652120

Tints of Red Oxide #652120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 60.84%
G = 19.88%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#652120 (or 0x652120) is known color: Red Oxide. HEX triplet: 65, 21 and 20. RGB value is (101,33,32). Sum of RGB (Red+Green+Blue) = 101+33+32=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #652120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652120 is #9ADEDF. Grayscale: #353535. Windows color (decimal): -10149600 or 2105701. OLE color: 2105701.

HSL color Cylindrical-coordinate representation of color #652120: hue angle of 0.87º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #652120 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 33 32 -
CMYK 0 0.67 0.68 0.60
HSL 0.87º 0.52% 0.26% -
HSV(B) 0.87º 0.68% 0.4% -
XYZ 6.17 3.96 1.81 -
YUV 53.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 101 33 32 0 0.67 0.68 0.60 0.87 0.52 0.26
Hex 65 21 20 0 43 44 3C 1 34 1A
Octal 145 41 40 0 103 104 74 1 64 32
Binary 1100101 100001 100000 0 1000011 1000100 111100 1 110100 11010

Color Harmonies of #652120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652120

Black with #652120

Text Example


Text Example

White with #652120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652120; }

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

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

background-color css

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

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

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

border-color css

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

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

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