Html Css Color HEX #61183A Pompadour

📋 copy color: '#61183A'

red 97 ◦ green 24 ◦ blue 58

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

Shades of Pompadour #61183A

Tints of Pompadour #61183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.4%

R = 54.19%
G = 13.41%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61183A (or 0x61183A) is known color: Pompadour. HEX triplet: 61, 18 and 3A. RGB value is (97,24,58). Sum of RGB (Red+Green+Blue) = 97+24+58=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183A is #9EE7C5. Grayscale: #313131. Windows color (decimal): -10414022 or 3807329. OLE color: 3807329.

HSL color Cylindrical-coordinate representation of color #61183A: hue angle of 332.05º 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 #61183A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 58 -
CMYK 0 0.75 0.40 0.62
HSL 332.05º 0.6% 0.24% -
HSV(B) 332.05º 0.75% 0.38% -
XYZ 6.02 3.5 4.36 -
YUV 49.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 97 24 58 0 0.75 0.40 0.62 332.05 0.6 0.24
Hex 61 18 3A 0 4B 28 3E 14C 3C 18
Octal 141 30 72 0 113 50 76 514 74 30
Binary 1100001 11000 111010 0 1001011 101000 111110 101001100 111100 11000

Color Harmonies of #61183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61183A

Black with #61183A

Text Example


Text Example

White with #61183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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