Html Css Color HEX #61233F Pompadour

📋 copy color: '#61233F'

red 97 ◦ green 35 ◦ blue 63

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

Shades of Pompadour #61233F

Tints of Pompadour #61233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 49.74%
G = 17.95%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61233F (or 0x61233F) is known color: Pompadour. HEX triplet: 61, 23 and 3F. RGB value is (97,35,63). Sum of RGB (Red+Green+Blue) = 97+35+63=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61233F is #9EDCC0. Grayscale: #383838. Windows color (decimal): -10411201 or 4137825. OLE color: 4137825.

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

Color convert

RGB 97 35 63 -
CMYK 0 0.64 0.35 0.62
HSL 332.9º 0.47% 0.26% -
HSV(B) 332.9º 0.64% 0.38% -
XYZ 6.43 4.1 5.16 -
YUV 56.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 97 35 63 0 0.64 0.35 0.62 332.9 0.47 0.26
Hex 61 23 3F 0 40 23 3E 14D 2F 1A
Octal 141 43 77 0 100 43 76 515 57 32
Binary 1100001 100011 111111 0 1000000 100011 111110 101001101 101111 11010

Color Harmonies of #61233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61233F

Black with #61233F

Text Example


Text Example

White with #61233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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