Html Css Color HEX #61203D Pompadour

📋 copy color: '#61203D'

red 97 ◦ green 32 ◦ blue 61

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

Shades of Pompadour #61203D

Tints of Pompadour #61203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

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

R = 51.05%
G = 16.84%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61203D (or 0x61203D) is known color: Pompadour. HEX triplet: 61, 20 and 3D. RGB value is (97,32,61). Sum of RGB (Red+Green+Blue) = 97+32+61=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61203D is #9EDFC2. Grayscale: #363636. Windows color (decimal): -10411971 or 4005985. OLE color: 4005985.

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

Color convert

RGB 97 32 61 -
CMYK 0 0.67 0.37 0.62
HSL 333.23º 0.5% 0.25% -
HSV(B) 333.23º 0.67% 0.38% -
XYZ 6.29 3.91 4.84 -
YUV 54.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 97 32 61 0 0.67 0.37 0.62 333.23 0.5 0.25
Hex 61 20 3D 0 43 25 3E 14D 32 19
Octal 141 40 75 0 103 45 76 515 62 31
Binary 1100001 100000 111101 0 1000011 100101 111110 101001101 110010 11001

Color Harmonies of #61203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61203D

Black with #61203D

Text Example


Text Example

White with #61203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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