Html Css Color HEX #692441 Pompadour

📋 copy color: '#692441'

red 105 ◦ green 36 ◦ blue 65

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

Shades of Pompadour #692441

Tints of Pompadour #692441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 50.97%
G = 17.48%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#692441 (or 0x692441) is known color: Pompadour. HEX triplet: 69, 24 and 41. RGB value is (105,36,65). Sum of RGB (Red+Green+Blue) = 105+36+65=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #692441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692441 is #96DBBE. Grayscale: #3B3B3B. Windows color (decimal): -9886655 or 4269161. OLE color: 4269161.

HSL color Cylindrical-coordinate representation of color #692441: hue angle of 334.78º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #692441 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 36 65 -
CMYK 0 0.66 0.38 0.59
HSL 334.78º 0.49% 0.28% -
HSV(B) 334.78º 0.66% 0.41% -
XYZ 7.41 4.65 5.51 -
YUV 59.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 105 36 65 0 0.66 0.38 0.59 334.78 0.49 0.28
Hex 69 24 41 0 42 26 3B 14F 31 1C
Octal 151 44 101 0 102 46 73 517 61 34
Binary 1101001 100100 1000001 0 1000010 100110 111011 101001111 110001 11100

Color Harmonies of #692441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692441

Black with #692441

Text Example


Text Example

White with #692441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692441; }

 p { color: rgb(105,36,65); }

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

background-color css

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

 a { background-color: rgb(105,36,65); }

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

border-color css

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

 span { border-color: rgb(105,36,65); }

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