Html Css Color HEX #652019 Red Oxide

📋 copy color: '#652019'

red 101 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #652019

Tints of Red Oxide #652019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 63.92%
G = 20.25%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#652019 (or 0x652019) is known color: Red Oxide. HEX triplet: 65, 20 and 19. RGB value is (101,32,25). Sum of RGB (Red+Green+Blue) = 101+32+25=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #652019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652019 is #9ADFE6. Grayscale: #333333. Windows color (decimal): -10149863 or 1646693. OLE color: 1646693.

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

Color convert

RGB 101 32 25 -
CMYK 0 0.68 0.75 0.60
HSL 5.53º 0.6% 0.25% -
HSV(B) 5.53º 0.75% 0.4% -
XYZ 6.06 3.87 1.35 -
YUV 51.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 101 32 25 0 0.68 0.75 0.60 5.53 0.6 0.25
Hex 65 20 19 0 44 4B 3C 6 3C 19
Octal 145 40 31 0 104 113 74 6 74 31
Binary 1100101 100000 11001 0 1000100 1001011 111100 110 111100 11001

Color Harmonies of #652019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652019

Black with #652019

Text Example


Text Example

White with #652019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652019; }

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

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

background-color css

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

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

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

border-color css

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

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

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