Html Css Color HEX #69133D Pompadour

📋 copy color: '#69133D'

red 105 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #69133D

Tints of Pompadour #69133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

 BLUE value IS 61 (24.22% from 255) = 32.97%

R = 56.76%
G = 10.27%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#69133D (or 0x69133D) is known color: Pompadour. HEX triplet: 69, 13 and 3D. RGB value is (105,19,61). Sum of RGB (Red+Green+Blue) = 105+19+61=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69133D is #96ECC2. Grayscale: #313131. Windows color (decimal): -9891011 or 4002665. OLE color: 4002665.

HSL color Cylindrical-coordinate representation of color #69133D: hue angle of 330.7º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69133D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 61 -
CMYK 0 0.82 0.42 0.59
HSL 330.7º 0.69% 0.24% -
HSV(B) 330.7º 0.82% 0.41% -
XYZ 6.9 3.81 4.79 -
YUV 49.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 105 19 61 0 0.82 0.42 0.59 330.7 0.69 0.24
Hex 69 13 3D 0 52 2A 3B 14B 45 18
Octal 151 23 75 0 122 52 73 513 105 30
Binary 1101001 10011 111101 0 1010010 101010 111011 101001011 1000101 11000

Color Harmonies of #69133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69133D

Black with #69133D

Text Example


Text Example

White with #69133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,19,61); }

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

background-color css

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

 a { background-color: rgb(105,19,61); }

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

border-color css

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

 span { border-color: rgb(105,19,61); }

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