Html Css Color HEX #61253F Pompadour

📋 copy color: '#61253F'

red 97 ◦ green 37 ◦ blue 63

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

Shades of Pompadour #61253F

Tints of Pompadour #61253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.98%

R = 49.24%
G = 18.78%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61253F (or 0x61253F) is known color: Pompadour. HEX triplet: 61, 25 and 3F. RGB value is (97,37,63). Sum of RGB (Red+Green+Blue) = 97+37+63=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61253F is #9EDAC0. Grayscale: #393939. Windows color (decimal): -10410689 or 4138337. OLE color: 4138337.

HSL color Cylindrical-coordinate representation of color #61253F: hue angle of 334º 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 #61253F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 63 -
CMYK 0 0.62 0.35 0.62
HSL 334º 0.45% 0.26% -
HSV(B) 334º 0.62% 0.38% -
XYZ 6.49 4.22 5.18 -
YUV 57.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 97 37 63 0 0.62 0.35 0.62 334 0.45 0.26
Hex 61 25 3F 0 3E 23 3E 14E 2D 1A
Octal 141 45 77 0 76 43 76 516 55 32
Binary 1100001 100101 111111 0 111110 100011 111110 101001110 101101 11010

Color Harmonies of #61253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61253F

Black with #61253F

Text Example


Text Example

White with #61253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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