Html Css Color HEX #69201D Red Oxide

📋 copy color: '#69201D'

red 105 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #69201D

Tints of Red Oxide #69201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 63.25%
G = 19.28%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69201D (or 0x69201D) is known color: Red Oxide. HEX triplet: 69, 20 and 1D. RGB value is (105,32,29). Sum of RGB (Red+Green+Blue) = 105+32+29=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #69201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69201D is #96DFE2. Grayscale: #353535. Windows color (decimal): -9887715 or 1908841. OLE color: 1908841.

HSL color Cylindrical-coordinate representation of color #69201D: hue angle of 2.37º 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 #69201D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 32 29 -
CMYK 0 0.70 0.72 0.59
HSL 2.37º 0.57% 0.26% -
HSV(B) 2.37º 0.72% 0.41% -
XYZ 6.56 4.12 1.61 -
YUV 53.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 105 32 29 0 0.70 0.72 0.59 2.37 0.57 0.26
Hex 69 20 1D 0 46 48 3B 2 39 1A
Octal 151 40 35 0 106 110 73 2 71 32
Binary 1101001 100000 11101 0 1000110 1001000 111011 10 111001 11010

Color Harmonies of #69201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69201D

Black with #69201D

Text Example


Text Example

White with #69201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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