Html Css Color HEX #61133A Pompadour

📋 copy color: '#61133A'

red 97 ◦ green 19 ◦ blue 58

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

Shades of Pompadour #61133A

Tints of Pompadour #61133A

RGB

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

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

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

R = 55.75%
G = 10.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61133A (or 0x61133A) is known color: Pompadour. HEX triplet: 61, 13 and 3A. RGB value is (97,19,58). Sum of RGB (Red+Green+Blue) = 97+19+58=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61133A is #9EECC5. Grayscale: #2E2E2E. Windows color (decimal): -10415302 or 3806049. OLE color: 3806049.

HSL color Cylindrical-coordinate representation of color #61133A: hue angle of 330º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61133A is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 58 -
CMYK 0 0.80 0.40 0.62
HSL 330º 0.67% 0.23% -
HSV(B) 330º 0.8% 0.38% -
XYZ 5.93 3.31 4.33 -
YUV 46.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 97 19 58 0 0.80 0.40 0.62 330 0.67 0.23
Hex 61 13 3A 0 50 28 3E 14A 43 17
Octal 141 23 72 0 120 50 76 512 103 27
Binary 1100001 10011 111010 0 1010000 101000 111110 101001010 1000011 10111

Color Harmonies of #61133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61133A

Black with #61133A

Text Example


Text Example

White with #61133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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