Html Css Color HEX #65123E Pompadour

📋 copy color: '#65123E'

red 101 ◦ green 18 ◦ blue 62

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

Shades of Pompadour #65123E

Tints of Pompadour #65123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 55.8%
G = 9.94%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#65123E (or 0x65123E) is known color: Pompadour. HEX triplet: 65, 12 and 3E. RGB value is (101,18,62). Sum of RGB (Red+Green+Blue) = 101+18+62=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65123E is #9AEDC1. Grayscale: #2F2F2F. Windows color (decimal): -10153410 or 4067941. OLE color: 4067941.

HSL color Cylindrical-coordinate representation of color #65123E: hue angle of 328.19º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65123E is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 62 -
CMYK 0 0.82 0.39 0.60
HSL 328.19º 0.7% 0.23% -
HSV(B) 328.19º 0.82% 0.4% -
XYZ 6.45 3.55 4.9 -
YUV 47.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 101 18 62 0 0.82 0.39 0.60 328.19 0.7 0.23
Hex 65 12 3E 0 52 27 3C 148 46 17
Octal 145 22 76 0 122 47 74 510 106 27
Binary 1100101 10010 111110 0 1010010 100111 111100 101001000 1000110 10111

Color Harmonies of #65123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65123E

Black with #65123E

Text Example


Text Example

White with #65123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65123E; }

 p { color: rgb(101,18,62); }

 H1.HeaderClassName
 {
   color: #65123E;
 }
 .AnyTagClassName
 {
   color: #65123E;
 }
</style>

background-color css

<style>
 a { background-color: #65123E; }

 a { background-color: rgb(101,18,62); }

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

border-color css

<style>
 span { border-color: #65123E; }

 span { border-color: rgb(101,18,62); }

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