Html Css Color HEX #69133C Pompadour

📋 copy color: '#69133C'

red 105 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #69133C

Tints of Pompadour #69133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 57.07%
G = 10.33%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#69133C (or 0x69133C) is known color: Pompadour. HEX triplet: 69, 13 and 3C. RGB value is (105,19,60). Sum of RGB (Red+Green+Blue) = 105+19+60=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69133C is #96ECC3. Grayscale: #313131. Windows color (decimal): -9891012 or 3937129. OLE color: 3937129.

HSL color Cylindrical-coordinate representation of color #69133C: hue angle of 331.4º 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 #69133C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 60 -
CMYK 0 0.82 0.43 0.59
HSL 331.4º 0.69% 0.24% -
HSV(B) 331.4º 0.82% 0.41% -
XYZ 6.87 3.8 4.65 -
YUV 49.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 105 19 60 0 0.82 0.43 0.59 331.4 0.69 0.24
Hex 69 13 3C 0 52 2B 3B 14B 45 18
Octal 151 23 74 0 122 53 73 513 105 30
Binary 1101001 10011 111100 0 1010010 101011 111011 101001011 1000101 11000

Color Harmonies of #69133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69133C

Black with #69133C

Text Example


Text Example

White with #69133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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