Html Css Color HEX #641233 Pompadour

📋 copy color: '#641233'

red 100 ◦ green 18 ◦ blue 51

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

Shades of Pompadour #641233

Tints of Pompadour #641233

RGB

 RED value IS 100 (39.45% from 255) = 59.17%

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 59.17%
G = 10.65%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#641233 (or 0x641233) is known color: Pompadour. HEX triplet: 64, 12 and 33. RGB value is (100,18,51). Sum of RGB (Red+Green+Blue) = 100+18+51=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #641233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641233 is #9BEDCC. Grayscale: #2E2E2E. Windows color (decimal): -10218957 or 3347044. OLE color: 3347044.

HSL color Cylindrical-coordinate representation of color #641233: hue angle of 335.85º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641233 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 51 -
CMYK 0 0.82 0.49 0.61
HSL 335.85º 0.69% 0.23% -
HSV(B) 335.85º 0.82% 0.39% -
XYZ 6.07 3.38 3.46 -
YUV 46.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 100 18 51 0 0.82 0.49 0.61 335.85 0.69 0.23
Hex 64 12 33 0 52 31 3D 150 45 17
Octal 144 22 63 0 122 61 75 520 105 27
Binary 1100100 10010 110011 0 1010010 110001 111101 101010000 1000101 10111

Color Harmonies of #641233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641233

Black with #641233

Text Example


Text Example

White with #641233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641233; }

 p { color: rgb(100,18,51); }

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

background-color css

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

 a { background-color: rgb(100,18,51); }

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

border-color css

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

 span { border-color: rgb(100,18,51); }

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