Html Css Color HEX #72395A Finn

📋 copy color: '#72395A'

red 114 ◦ green 57 ◦ blue 90

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

Shades of Finn #72395A

Tints of Finn #72395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 43.68%
G = 21.84%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72395A (or 0x72395A) is known color: Finn. HEX triplet: 72, 39 and 5A. RGB value is (114,57,90). Sum of RGB (Red+Green+Blue) = 114+57+90=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72395A is #8DC6A5. Grayscale: #4D4D4D. Windows color (decimal): -9291430 or 5912946. OLE color: 5912946.

HSL color Cylindrical-coordinate representation of color #72395A: hue angle of 325.26º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72395A is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 57 90 -
CMYK 0 0.50 0.21 0.55
HSL 325.26º 0.33% 0.34% -
HSV(B) 325.26º 0.5% 0.45% -
XYZ 10.25 7.24 10.53 -
YUV 77.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 114 57 90 0 0.50 0.21 0.55 325.26 0.33 0.34
Hex 72 39 5A 0 32 15 37 145 21 22
Octal 162 71 132 0 62 25 67 505 41 42
Binary 1110010 111001 1011010 0 110010 10101 110111 101000101 100001 100010

Color Harmonies of #72395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72395A

Black with #72395A

Text Example


Text Example

White with #72395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72395A; }

 p { color: rgb(114,57,90); }

 H1.HeaderClassName
 {
   color: #72395A;
 }
 .AnyTagClassName
 {
   color: #72395A;
 }
</style>

background-color css

<style>
 a { background-color: #72395A; }

 a { background-color: rgb(114,57,90); }

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

border-color css

<style>
 span { border-color: #72395A; }

 span { border-color: rgb(114,57,90); }

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