Html Css Color HEX #65253F Pompadour

📋 copy color: '#65253F'

red 101 ◦ green 37 ◦ blue 63

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

Shades of Pompadour #65253F

Tints of Pompadour #65253F

RGB

 RED value IS 101 (39.84% from 255) = 50.25%

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

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

R = 50.25%
G = 18.41%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#65253F (or 0x65253F) is known color: Pompadour. HEX triplet: 65, 25 and 3F. RGB value is (101,37,63). Sum of RGB (Red+Green+Blue) = 101+37+63=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65253F is #9ADAC0. Grayscale: #3B3B3B. Windows color (decimal): -10148545 or 4138341. OLE color: 4138341.

HSL color Cylindrical-coordinate representation of color #65253F: hue angle of 335.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65253F is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 37 63 -
CMYK 0 0.63 0.38 0.60
HSL 335.63º 0.46% 0.27% -
HSV(B) 335.63º 0.63% 0.4% -
XYZ 6.93 4.45 5.2 -
YUV 59.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 101 37 63 0 0.63 0.38 0.60 335.63 0.46 0.27
Hex 65 25 3F 0 3F 26 3C 150 2E 1B
Octal 145 45 77 0 77 46 74 520 56 33
Binary 1100101 100101 111111 0 111111 100110 111100 101010000 101110 11011

Color Harmonies of #65253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65253F

Black with #65253F

Text Example


Text Example

White with #65253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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