Html Css Color HEX #65221B Red Oxide

📋 copy color: '#65221B'

red 101 ◦ green 34 ◦ blue 27

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

Shades of Red Oxide #65221B

Tints of Red Oxide #65221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.99%

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

R = 62.35%
G = 20.99%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#65221B (or 0x65221B) is known color: Red Oxide. HEX triplet: 65, 22 and 1B. RGB value is (101,34,27). Sum of RGB (Red+Green+Blue) = 101+34+27=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65221B is #9ADDE4. Grayscale: #353535. Windows color (decimal): -10149349 or 1778277. OLE color: 1778277.

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

Color convert

RGB 101 34 27 -
CMYK 0 0.66 0.73 0.60
HSL 5.68º 0.58% 0.25% -
HSV(B) 5.68º 0.73% 0.4% -
XYZ 6.14 3.99 1.48 -
YUV 53.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 101 34 27 0 0.66 0.73 0.60 5.68 0.58 0.25
Hex 65 22 1B 0 42 49 3C 6 3A 19
Octal 145 42 33 0 102 111 74 6 72 31
Binary 1100101 100010 11011 0 1000010 1001001 111100 110 111010 11001

Color Harmonies of #65221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65221B

Black with #65221B

Text Example


Text Example

White with #65221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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