Html Css Color HEX #61133D Pompadour

📋 copy color: '#61133D'

red 97 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #61133D

Tints of Pompadour #61133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 54.8%
G = 10.73%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61133D (or 0x61133D) is known color: Pompadour. HEX triplet: 61, 13 and 3D. RGB value is (97,19,61). Sum of RGB (Red+Green+Blue) = 97+19+61=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61133D is #9EECC2. Grayscale: #2F2F2F. Windows color (decimal): -10415299 or 4002657. OLE color: 4002657.

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

Color convert

RGB 97 19 61 -
CMYK 0 0.80 0.37 0.62
HSL 327.69º 0.67% 0.23% -
HSV(B) 327.69º 0.8% 0.38% -
XYZ 6 3.34 4.74 -
YUV 47.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 97 19 61 0 0.80 0.37 0.62 327.69 0.67 0.23
Hex 61 13 3D 0 50 25 3E 148 43 17
Octal 141 23 75 0 120 45 76 510 103 27
Binary 1100001 10011 111101 0 1010000 100101 111110 101001000 1000011 10111

Color Harmonies of #61133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61133D

Black with #61133D

Text Example


Text Example

White with #61133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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