Html Css Color HEX #671335 Pompadour

📋 copy color: '#671335'

red 103 ◦ green 19 ◦ blue 53

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

Shades of Pompadour #671335

Tints of Pompadour #671335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 58.86%
G = 10.86%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#671335 (or 0x671335) is known color: Pompadour. HEX triplet: 67, 13 and 35. RGB value is (103,19,53). Sum of RGB (Red+Green+Blue) = 103+19+53=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671335 is #98ECCA. Grayscale: #2F2F2F. Windows color (decimal): -10022091 or 3478375. OLE color: 3478375.

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

Color convert

RGB 103 19 53 -
CMYK 0 0.82 0.49 0.60
HSL 335.71º 0.69% 0.24% -
HSV(B) 335.71º 0.82% 0.4% -
XYZ 6.47 3.61 3.72 -
YUV 47.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 103 19 53 0 0.82 0.49 0.60 335.71 0.69 0.24
Hex 67 13 35 0 52 31 3C 150 45 18
Octal 147 23 65 0 122 61 74 520 105 30
Binary 1100111 10011 110101 0 1010010 110001 111100 101010000 1000101 11000

Color Harmonies of #671335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671335

Black with #671335

Text Example


Text Example

White with #671335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671335; }

 p { color: rgb(103,19,53); }

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

background-color css

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

 a { background-color: rgb(103,19,53); }

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

border-color css

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

 span { border-color: rgb(103,19,53); }

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