Html Css Color HEX #61213D Pompadour

📋 copy color: '#61213D'

red 97 ◦ green 33 ◦ blue 61

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

Shades of Pompadour #61213D

Tints of Pompadour #61213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

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

R = 50.79%
G = 17.28%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61213D (or 0x61213D) is known color: Pompadour. HEX triplet: 61, 21 and 3D. RGB value is (97,33,61). Sum of RGB (Red+Green+Blue) = 97+33+61=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61213D is #9EDEC2. Grayscale: #373737. Windows color (decimal): -10411715 or 4006241. OLE color: 4006241.

HSL color Cylindrical-coordinate representation of color #61213D: hue angle of 333.75º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61213D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 61 -
CMYK 0 0.66 0.37 0.62
HSL 333.75º 0.49% 0.25% -
HSV(B) 333.75º 0.66% 0.38% -
XYZ 6.32 3.97 4.85 -
YUV 55.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 97 33 61 0 0.66 0.37 0.62 333.75 0.49 0.25
Hex 61 21 3D 0 42 25 3E 14E 31 19
Octal 141 41 75 0 102 45 76 516 61 31
Binary 1100001 100001 111101 0 1000010 100101 111110 101001110 110001 11001

Color Harmonies of #61213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61213D

Black with #61213D

Text Example


Text Example

White with #61213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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