Html Css Color HEX #61263F Pompadour

📋 copy color: '#61263F'

red 97 ◦ green 38 ◦ blue 63

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

Shades of Pompadour #61263F

Tints of Pompadour #61263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

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

R = 48.99%
G = 19.19%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61263F (or 0x61263F) is known color: Pompadour. HEX triplet: 61, 26 and 3F. RGB value is (97,38,63). Sum of RGB (Red+Green+Blue) = 97+38+63=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61263F is #9ED9C0. Grayscale: #3A3A3A. Windows color (decimal): -10410433 or 4138593. OLE color: 4138593.

HSL color Cylindrical-coordinate representation of color #61263F: hue angle of 334.58º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61263F is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 63 -
CMYK 0 0.61 0.35 0.62
HSL 334.58º 0.44% 0.26% -
HSV(B) 334.58º 0.61% 0.38% -
XYZ 6.52 4.29 5.19 -
YUV 58.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 97 38 63 0 0.61 0.35 0.62 334.58 0.44 0.26
Hex 61 26 3F 0 3D 23 3E 14F 2C 1A
Octal 141 46 77 0 75 43 76 517 54 32
Binary 1100001 100110 111111 0 111101 100011 111110 101001111 101100 11010

Color Harmonies of #61263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61263F

Black with #61263F

Text Example


Text Example

White with #61263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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