Html Css Color HEX #61183F Pompadour

📋 copy color: '#61183F'

red 97 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #61183F

Tints of Pompadour #61183F

RGB

 RED value IS 97 (38.28% from 255) = 52.72%

 GREEN value IS 24 (9.77% from 255) = 13.04%

 BLUE value IS 63 (25% from 255) = 34.24%

R = 52.72%
G = 13.04%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61183F (or 0x61183F) is known color: Pompadour. HEX triplet: 61, 18 and 3F. RGB value is (97,24,63). Sum of RGB (Red+Green+Blue) = 97+24+63=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183F is #9EE7C0. Grayscale: #323232. Windows color (decimal): -10414017 or 4135009. OLE color: 4135009.

HSL color Cylindrical-coordinate representation of color #61183F: hue angle of 327.95º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61183F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 63 -
CMYK 0 0.75 0.35 0.62
HSL 327.95º 0.6% 0.24% -
HSV(B) 327.95º 0.75% 0.38% -
XYZ 6.15 3.55 5.06 -
YUV 50.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 97 24 63 0 0.75 0.35 0.62 327.95 0.6 0.24
Hex 61 18 3F 0 4B 23 3E 148 3C 18
Octal 141 30 77 0 113 43 76 510 74 30
Binary 1100001 11000 111111 0 1001011 100011 111110 101001000 111100 11000

Color Harmonies of #61183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61183F

Black with #61183F

Text Example


Text Example

White with #61183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61183F; }

 p { color: rgb(97,24,63); }

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

background-color css

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

 a { background-color: rgb(97,24,63); }

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

border-color css

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

 span { border-color: rgb(97,24,63); }

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