Html Css Color HEX #60263F Pompadour

📋 copy color: '#60263F'

red 96 ◦ green 38 ◦ blue 63

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

Shades of Pompadour #60263F

Tints of Pompadour #60263F

RGB

 RED value IS 96 (37.89% from 255) = 48.73%

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

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

R = 48.73%
G = 19.29%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60263F (or 0x60263F) is known color: Pompadour. HEX triplet: 60, 26 and 3F. RGB value is (96,38,63). Sum of RGB (Red+Green+Blue) = 96+38+63=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60263F is #9FD9C0. Grayscale: #3A3A3A. Windows color (decimal): -10475969 or 4138592. OLE color: 4138592.

HSL color Cylindrical-coordinate representation of color #60263F: hue angle of 334.14º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60263F is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 63 -
CMYK 0 0.60 0.34 0.62
HSL 334.14º 0.43% 0.26% -
HSV(B) 334.14º 0.6% 0.38% -
XYZ 6.41 4.23 5.18 -
YUV 58.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 96 38 63 0 0.60 0.34 0.62 334.14 0.43 0.26
Hex 60 26 3F 0 3C 22 3E 14E 2B 1A
Octal 140 46 77 0 74 42 76 516 53 32
Binary 1100000 100110 111111 0 111100 100010 111110 101001110 101011 11010

Color Harmonies of #60263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60263F

Black with #60263F

Text Example


Text Example

White with #60263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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