Html Css Color HEX #69221D Red Oxide

📋 copy color: '#69221D'

red 105 ◦ green 34 ◦ blue 29

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

Shades of Red Oxide #69221D

Tints of Red Oxide #69221D

RGB

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

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

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

R = 62.5%
G = 20.24%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69221D (or 0x69221D) is known color: Red Oxide. HEX triplet: 69, 22 and 1D. RGB value is (105,34,29). Sum of RGB (Red+Green+Blue) = 105+34+29=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #69221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69221D is #96DDE2. Grayscale: #363636. Windows color (decimal): -9887203 or 1909353. OLE color: 1909353.

HSL color Cylindrical-coordinate representation of color #69221D: hue angle of 3.95º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69221D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 34 29 -
CMYK 0 0.68 0.72 0.59
HSL 3.95º 0.57% 0.26% -
HSV(B) 3.95º 0.72% 0.41% -
XYZ 6.62 4.24 1.63 -
YUV 54.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 105 34 29 0 0.68 0.72 0.59 3.95 0.57 0.26
Hex 69 22 1D 0 44 48 3B 4 39 1A
Octal 151 42 35 0 104 110 73 4 71 32
Binary 1101001 100010 11101 0 1000100 1001000 111011 100 111001 11010

Color Harmonies of #69221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69221D

Black with #69221D

Text Example


Text Example

White with #69221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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