Html Css Color HEX #692221 Red Oxide

📋 copy color: '#692221'

red 105 ◦ green 34 ◦ blue 33

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

Shades of Red Oxide #692221

Tints of Red Oxide #692221

RGB

 RED value IS 105 (41.41% from 255) = 61.05%

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

 BLUE value IS 33 (13.28% from 255) = 19.19%

R = 61.05%
G = 19.77%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#692221 (or 0x692221) is known color: Red Oxide. HEX triplet: 69, 22 and 21. RGB value is (105,34,33). Sum of RGB (Red+Green+Blue) = 105+34+33=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #692221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692221 is #96DDDE. Grayscale: #373737. Windows color (decimal): -9887199 or 2171497. OLE color: 2171497.

HSL color Cylindrical-coordinate representation of color #692221: hue angle of 0.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692221 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 34 33 -
CMYK 0 0.68 0.69 0.59
HSL 0.83º 0.52% 0.27% -
HSV(B) 0.83º 0.69% 0.41% -
XYZ 6.67 4.26 1.91 -
YUV 55.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 105 34 33 0 0.68 0.69 0.59 0.83 0.52 0.27
Hex 69 22 21 0 44 45 3B 1 34 1B
Octal 151 42 41 0 104 105 73 1 64 33
Binary 1101001 100010 100001 0 1000100 1000101 111011 1 110100 11011

Color Harmonies of #692221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692221

Black with #692221

Text Example


Text Example

White with #692221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692221; }

 p { color: rgb(105,34,33); }

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

background-color css

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

 a { background-color: rgb(105,34,33); }

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

border-color css

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

 span { border-color: rgb(105,34,33); }

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