Html Css Color HEX #72415B Finn

📋 copy color: '#72415B'

red 114 ◦ green 65 ◦ blue 91

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

Shades of Finn #72415B

Tints of Finn #72415B

RGB

 RED value IS 114 (44.92% from 255) = 42.22%

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 42.22%
G = 24.07%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72415B (or 0x72415B) is known color: Finn. HEX triplet: 72, 41 and 5B. RGB value is (114,65,91). Sum of RGB (Red+Green+Blue) = 114+65+91=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72415B is #8DBEA4. Grayscale: #525252. Windows color (decimal): -9289381 or 5980530. OLE color: 5980530.

HSL color Cylindrical-coordinate representation of color #72415B: hue angle of 328.16º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72415B is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 65 91 -
CMYK 0 0.43 0.20 0.55
HSL 328.16º 0.27% 0.35% -
HSV(B) 328.16º 0.43% 0.45% -
XYZ 10.72 8.11 10.9 -
YUV 82.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 114 65 91 0 0.43 0.20 0.55 328.16 0.27 0.35
Hex 72 41 5B 0 2B 14 37 148 1B 23
Octal 162 101 133 0 53 24 67 510 33 43
Binary 1110010 1000001 1011011 0 101011 10100 110111 101001000 11011 100011

Color Harmonies of #72415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72415B

Black with #72415B

Text Example


Text Example

White with #72415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72415B; }

 p { color: rgb(114,65,91); }

 H1.HeaderClassName
 {
   color: #72415B;
 }
 .AnyTagClassName
 {
   color: #72415B;
 }
</style>

background-color css

<style>
 a { background-color: #72415B; }

 a { background-color: rgb(114,65,91); }

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

border-color css

<style>
 span { border-color: #72415B; }

 span { border-color: rgb(114,65,91); }

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