Html Css Color HEX #69201F Red Oxide

📋 copy color: '#69201F'

red 105 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #69201F

Tints of Red Oxide #69201F

RGB

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

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

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

R = 62.5%
G = 19.05%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69201F (or 0x69201F) is known color: Red Oxide. HEX triplet: 69, 20 and 1F. RGB value is (105,32,31). Sum of RGB (Red+Green+Blue) = 105+32+31=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #69201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69201F is #96DFE0. Grayscale: #353535. Windows color (decimal): -9887713 or 2039913. OLE color: 2039913.

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

Color convert

RGB 105 32 31 -
CMYK 0 0.70 0.70 0.59
HSL 0.81º 0.54% 0.27% -
HSV(B) 0.81º 0.7% 0.41% -
XYZ 6.59 4.14 1.75 -
YUV 53.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 105 32 31 0 0.70 0.70 0.59 0.81 0.54 0.27
Hex 69 20 1F 0 46 46 3B 1 36 1B
Octal 151 40 37 0 106 106 73 1 66 33
Binary 1101001 100000 11111 0 1000110 1000110 111011 1 110110 11011

Color Harmonies of #69201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69201F

Black with #69201F

Text Example


Text Example

White with #69201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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