Html Css Color HEX #61133B Pompadour

📋 copy color: '#61133B'

red 97 ◦ green 19 ◦ blue 59

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

Shades of Pompadour #61133B

Tints of Pompadour #61133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 55.43%
G = 10.86%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#61133B (or 0x61133B) is known color: Pompadour. HEX triplet: 61, 13 and 3B. RGB value is (97,19,59). Sum of RGB (Red+Green+Blue) = 97+19+59=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61133B is #9EECC4. Grayscale: #2E2E2E. Windows color (decimal): -10415301 or 3871585. OLE color: 3871585.

HSL color Cylindrical-coordinate representation of color #61133B: hue angle of 329.23º 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 #61133B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 59 -
CMYK 0 0.80 0.39 0.62
HSL 329.23º 0.67% 0.23% -
HSV(B) 329.23º 0.8% 0.38% -
XYZ 5.95 3.32 4.47 -
YUV 46.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 97 19 59 0 0.80 0.39 0.62 329.23 0.67 0.23
Hex 61 13 3B 0 50 27 3E 149 43 17
Octal 141 23 73 0 120 47 76 511 103 27
Binary 1100001 10011 111011 0 1010000 100111 111110 101001001 1000011 10111

Color Harmonies of #61133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61133B

Black with #61133B

Text Example


Text Example

White with #61133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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