Html Css Color HEX #72435B Finn

📋 copy color: '#72435B'

red 114 ◦ green 67 ◦ blue 91

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

Shades of Finn #72435B

Tints of Finn #72435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

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

R = 41.91%
G = 24.63%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72435B (or 0x72435B) is known color: Finn. HEX triplet: 72, 43 and 5B. RGB value is (114,67,91). Sum of RGB (Red+Green+Blue) = 114+67+91=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72435B is #8DBCA4. Grayscale: #535353. Windows color (decimal): -9288869 or 5981042. OLE color: 5981042.

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

Color convert

RGB 114 67 91 -
CMYK 0 0.41 0.20 0.55
HSL 329.36º 0.26% 0.35% -
HSV(B) 329.36º 0.41% 0.45% -
XYZ 10.83 8.35 10.94 -
YUV 83.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 114 67 91 0 0.41 0.20 0.55 329.36 0.26 0.35
Hex 72 43 5B 0 29 14 37 149 1A 23
Octal 162 103 133 0 51 24 67 511 32 43
Binary 1110010 1000011 1011011 0 101001 10100 110111 101001001 11010 100011

Color Harmonies of #72435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72435B

Black with #72435B

Text Example


Text Example

White with #72435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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