Html Css Color HEX #61223D Pompadour

📋 copy color: '#61223D'

red 97 ◦ green 34 ◦ blue 61

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

Shades of Pompadour #61223D

Tints of Pompadour #61223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 50.52%
G = 17.71%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61223D (or 0x61223D) is known color: Pompadour. HEX triplet: 61, 22 and 3D. RGB value is (97,34,61). Sum of RGB (Red+Green+Blue) = 97+34+61=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61223D is #9EDDC2. Grayscale: #373737. Windows color (decimal): -10411459 or 4006497. OLE color: 4006497.

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

Color convert

RGB 97 34 61 -
CMYK 0 0.65 0.37 0.62
HSL 334.29º 0.48% 0.26% -
HSV(B) 334.29º 0.65% 0.38% -
XYZ 6.34 4.02 4.86 -
YUV 55.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 97 34 61 0 0.65 0.37 0.62 334.29 0.48 0.26
Hex 61 22 3D 0 41 25 3E 14E 30 1A
Octal 141 42 75 0 101 45 76 516 60 32
Binary 1100001 100010 111101 0 1000001 100101 111110 101001110 110000 11010

Color Harmonies of #61223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61223D

Black with #61223D

Text Example


Text Example

White with #61223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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