Html Css Color HEX #652020 Red Oxide

📋 copy color: '#652020'

red 101 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #652020

Tints of Red Oxide #652020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

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

R = 61.21%
G = 19.39%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#652020 (or 0x652020) is known color: Red Oxide. HEX triplet: 65, 20 and 20. RGB value is (101,32,32). Sum of RGB (Red+Green+Blue) = 101+32+32=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #652020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652020 is #9ADFDF. Grayscale: #343434. Windows color (decimal): -10149856 or 2105445. OLE color: 2105445.

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

Color convert

RGB 101 32 32 -
CMYK 0 0.68 0.68 0.60
HSL 0.52% 0.26% -
HSV(B) 0.68% 0.4% -
XYZ 6.14 3.9 1.8 -
YUV 52.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 101 32 32 0 0.68 0.68 0.60 0 0.52 0.26
Hex 65 20 20 0 44 44 3C 0 34 1A
Octal 145 40 40 0 104 104 74 0 64 32
Binary 1100101 100000 100000 0 1000100 1000100 111100 0 110100 11010

Color Harmonies of #652020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652020

Black with #652020

Text Example


Text Example

White with #652020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652020; }

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

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

background-color css

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

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

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

border-color css

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

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

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