Html Css Color HEX #67254C Pompadour

📋 copy color: '#67254C'

red 103 ◦ green 37 ◦ blue 76

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

Shades of Pompadour #67254C

Tints of Pompadour #67254C

RGB

 RED value IS 103 (40.63% from 255) = 47.69%

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 47.69%
G = 17.13%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67254C (or 0x67254C) is known color: Pompadour. HEX triplet: 67, 25 and 4C. RGB value is (103,37,76). Sum of RGB (Red+Green+Blue) = 103+37+76=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67254C is #98DAB3. Grayscale: #3D3D3D. Windows color (decimal): -10017460 or 4990311. OLE color: 4990311.

HSL color Cylindrical-coordinate representation of color #67254C: hue angle of 324.55º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67254C is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 37 76 -
CMYK 0 0.64 0.26 0.60
HSL 324.55º 0.47% 0.27% -
HSV(B) 324.55º 0.64% 0.4% -
XYZ 7.56 4.73 7.35 -
YUV 61.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 103 37 76 0 0.64 0.26 0.60 324.55 0.47 0.27
Hex 67 25 4C 0 40 1A 3C 145 2F 1B
Octal 147 45 114 0 100 32 74 505 57 33
Binary 1100111 100101 1001100 0 1000000 11010 111100 101000101 101111 11011

Color Harmonies of #67254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67254C

Black with #67254C

Text Example


Text Example

White with #67254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,37,76); }

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

background-color css

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

 a { background-color: rgb(103,37,76); }

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

border-color css

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

 span { border-color: rgb(103,37,76); }

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