Html Css Color HEX #61253E Pompadour

📋 copy color: '#61253E'

red 97 ◦ green 37 ◦ blue 62

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

Shades of Pompadour #61253E

Tints of Pompadour #61253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.88%

 BLUE value IS 62 (24.61% from 255) = 31.63%

R = 49.49%
G = 18.88%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61253E (or 0x61253E) is known color: Pompadour. HEX triplet: 61, 25 and 3E. RGB value is (97,37,62). Sum of RGB (Red+Green+Blue) = 97+37+62=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61253E is #9EDAC1. Grayscale: #393939. Windows color (decimal): -10410690 or 4072801. OLE color: 4072801.

HSL color Cylindrical-coordinate representation of color #61253E: hue angle of 335º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61253E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 62 -
CMYK 0 0.62 0.36 0.62
HSL 335º 0.45% 0.26% -
HSV(B) 335º 0.62% 0.38% -
XYZ 6.46 4.21 5.03 -
YUV 57.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 97 37 62 0 0.62 0.36 0.62 335 0.45 0.26
Hex 61 25 3E 0 3E 24 3E 14F 2D 1A
Octal 141 45 76 0 76 44 76 517 55 32
Binary 1100001 100101 111110 0 111110 100100 111110 101001111 101101 11010

Color Harmonies of #61253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61253E

Black with #61253E

Text Example


Text Example

White with #61253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61253E; }

 p { color: rgb(97,37,62); }

 H1.HeaderClassName
 {
   color: #61253E;
 }
 .AnyTagClassName
 {
   color: #61253E;
 }
</style>

background-color css

<style>
 a { background-color: #61253E; }

 a { background-color: rgb(97,37,62); }

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

border-color css

<style>
 span { border-color: #61253E; }

 span { border-color: rgb(97,37,62); }

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