Html Css Color HEX #65201B Red Oxide

📋 copy color: '#65201B'

red 101 ◦ green 32 ◦ blue 27

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

Shades of Red Oxide #65201B

Tints of Red Oxide #65201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 63.13%
G = 20%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65201B (or 0x65201B) is known color: Red Oxide. HEX triplet: 65, 20 and 1B. RGB value is (101,32,27). Sum of RGB (Red+Green+Blue) = 101+32+27=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #65201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65201B is #9ADFE4. Grayscale: #343434. Windows color (decimal): -10149861 or 1777765. OLE color: 1777765.

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

Color convert

RGB 101 32 27 -
CMYK 0 0.68 0.73 0.60
HSL 4.05º 0.58% 0.25% -
HSV(B) 4.05º 0.73% 0.4% -
XYZ 6.08 3.88 1.47 -
YUV 52.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 101 32 27 0 0.68 0.73 0.60 4.05 0.58 0.25
Hex 65 20 1B 0 44 49 3C 4 3A 19
Octal 145 40 33 0 104 111 74 4 72 31
Binary 1100101 100000 11011 0 1000100 1001001 111100 100 111010 11001

Color Harmonies of #65201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65201B

Black with #65201B

Text Example


Text Example

White with #65201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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