Html Css Color HEX #65213D Pompadour

📋 copy color: '#65213D'

red 101 ◦ green 33 ◦ blue 61

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

Shades of Pompadour #65213D

Tints of Pompadour #65213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 61 (24.22% from 255) = 31.28%

R = 51.79%
G = 16.92%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65213D (or 0x65213D) is known color: Pompadour. HEX triplet: 65, 21 and 3D. RGB value is (101,33,61). Sum of RGB (Red+Green+Blue) = 101+33+61=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65213D is #9ADEC2. Grayscale: #383838. Windows color (decimal): -10149571 or 4006245. OLE color: 4006245.

HSL color Cylindrical-coordinate representation of color #65213D: hue angle of 335.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65213D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 33 61 -
CMYK 0 0.67 0.40 0.60
HSL 335.29º 0.51% 0.26% -
HSV(B) 335.29º 0.67% 0.4% -
XYZ 6.75 4.19 4.87 -
YUV 56.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 101 33 61 0 0.67 0.40 0.60 335.29 0.51 0.26
Hex 65 21 3D 0 43 28 3C 14F 33 1A
Octal 145 41 75 0 103 50 74 517 63 32
Binary 1100101 100001 111101 0 1000011 101000 111100 101001111 110011 11010

Color Harmonies of #65213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65213D

Black with #65213D

Text Example


Text Example

White with #65213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65213D; }

 p { color: rgb(101,33,61); }

 H1.HeaderClassName
 {
   color: #65213D;
 }
 .AnyTagClassName
 {
   color: #65213D;
 }
</style>

background-color css

<style>
 a { background-color: #65213D; }

 a { background-color: rgb(101,33,61); }

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

border-color css

<style>
 span { border-color: #65213D; }

 span { border-color: rgb(101,33,61); }

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