Html Css Color HEX #65221F Red Oxide

📋 copy color: '#65221F'

red 101 ◦ green 34 ◦ blue 31

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

Shades of Red Oxide #65221F

Tints of Red Oxide #65221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 60.84%
G = 20.48%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#65221F (or 0x65221F) is known color: Red Oxide. HEX triplet: 65, 22 and 1F. RGB value is (101,34,31). Sum of RGB (Red+Green+Blue) = 101+34+31=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65221F is #9ADDE0. Grayscale: #353535. Windows color (decimal): -10149345 or 2040421. OLE color: 2040421.

HSL color Cylindrical-coordinate representation of color #65221F: hue angle of 2.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65221F is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 34 31 -
CMYK 0 0.66 0.69 0.60
HSL 2.57º 0.53% 0.26% -
HSV(B) 2.57º 0.69% 0.4% -
XYZ 6.19 4.01 1.74 -
YUV 53.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 101 34 31 0 0.66 0.69 0.60 2.57 0.53 0.26
Hex 65 22 1F 0 42 45 3C 3 35 1A
Octal 145 42 37 0 102 105 74 3 65 32
Binary 1100101 100010 11111 0 1000010 1000101 111100 11 110101 11010

Color Harmonies of #65221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65221F

Black with #65221F

Text Example


Text Example

White with #65221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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