Html Css Color HEX #65221D Red Oxide

📋 copy color: '#65221D'

red 101 ◦ green 34 ◦ blue 29

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

Shades of Red Oxide #65221D

Tints of Red Oxide #65221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 61.59%
G = 20.73%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#65221D (or 0x65221D) is known color: Red Oxide. HEX triplet: 65, 22 and 1D. RGB value is (101,34,29). Sum of RGB (Red+Green+Blue) = 101+34+29=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65221D is #9ADDE2. Grayscale: #353535. Windows color (decimal): -10149347 or 1909349. OLE color: 1909349.

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

Color convert

RGB 101 34 29 -
CMYK 0 0.66 0.71 0.60
HSL 4.17º 0.55% 0.25% -
HSV(B) 4.17º 0.71% 0.4% -
XYZ 6.16 4 1.61 -
YUV 53.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 101 34 29 0 0.66 0.71 0.60 4.17 0.55 0.25
Hex 65 22 1D 0 42 47 3C 4 37 19
Octal 145 42 35 0 102 107 74 4 67 31
Binary 1100101 100010 11101 0 1000010 1000111 111100 100 110111 11001

Color Harmonies of #65221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65221D

Black with #65221D

Text Example


Text Example

White with #65221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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