Html Css Color HEX #72425A Finn

📋 copy color: '#72425A'

red 114 ◦ green 66 ◦ blue 90

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

Shades of Finn #72425A

Tints of Finn #72425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 42.22%
G = 24.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72425A (or 0x72425A) is known color: Finn. HEX triplet: 72, 42 and 5A. RGB value is (114,66,90). Sum of RGB (Red+Green+Blue) = 114+66+90=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72425A is #8DBDA5. Grayscale: #535353. Windows color (decimal): -9289126 or 5915250. OLE color: 5915250.

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

Color convert

RGB 114 66 90 -
CMYK 0 0.42 0.21 0.55
HSL 330º 0.27% 0.35% -
HSV(B) 330º 0.42% 0.45% -
XYZ 10.73 8.21 10.69 -
YUV 83.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 114 66 90 0 0.42 0.21 0.55 330 0.27 0.35
Hex 72 42 5A 0 2A 15 37 14A 1B 23
Octal 162 102 132 0 52 25 67 512 33 43
Binary 1110010 1000010 1011010 0 101010 10101 110111 101001010 11011 100011

Color Harmonies of #72425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72425A

Black with #72425A

Text Example


Text Example

White with #72425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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