Html Css Color HEX #69221F Red Oxide

📋 copy color: '#69221F'

red 105 ◦ green 34 ◦ blue 31

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

Shades of Red Oxide #69221F

Tints of Red Oxide #69221F

RGB

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

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

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

R = 61.76%
G = 20%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69221F (or 0x69221F) is known color: Red Oxide. HEX triplet: 69, 22 and 1F. RGB value is (105,34,31). Sum of RGB (Red+Green+Blue) = 105+34+31=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #69221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69221F is #96DDE0. Grayscale: #363636. Windows color (decimal): -9887201 or 2040425. OLE color: 2040425.

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

Color convert

RGB 105 34 31 -
CMYK 0 0.68 0.70 0.59
HSL 2.43º 0.54% 0.27% -
HSV(B) 2.43º 0.7% 0.41% -
XYZ 6.65 4.25 1.77 -
YUV 54.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 105 34 31 0 0.68 0.70 0.59 2.43 0.54 0.27
Hex 69 22 1F 0 44 46 3B 2 36 1B
Octal 151 42 37 0 104 106 73 2 66 33
Binary 1101001 100010 11111 0 1000100 1000110 111011 10 110110 11011

Color Harmonies of #69221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69221F

Black with #69221F

Text Example


Text Example

White with #69221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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