Html Css Color HEX #753D52 Finn

📋 copy color: '#753D52'

red 117 ◦ green 61 ◦ blue 82

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

Shades of Finn #753D52

Tints of Finn #753D52

RGB

 RED value IS 117 (46.09% from 255) = 45%

 GREEN value IS 61 (24.22% from 255) = 23.46%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 45%
G = 23.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#753D52 (or 0x753D52) is known color: Finn. HEX triplet: 75, 3D and 52. RGB value is (117,61,82). Sum of RGB (Red+Green+Blue) = 117+61+82=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #753D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D52 is #8AC2AD. Grayscale: #505050. Windows color (decimal): -9093806 or 5389685. OLE color: 5389685.

HSL color Cylindrical-coordinate representation of color #753D52: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D52 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 82 -
CMYK 0 0.48 0.30 0.54
HSL 337.5º 0.31% 0.35% -
HSV(B) 337.5º 0.48% 0.46% -
XYZ 10.53 7.73 8.92 -
YUV 80.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 117 61 82 0 0.48 0.30 0.54 337.5 0.31 0.35
Hex 75 3D 52 0 30 1E 36 152 1F 23
Octal 165 75 122 0 60 36 66 522 37 43
Binary 1110101 111101 1010010 0 110000 11110 110110 101010010 11111 100011

Color Harmonies of #753D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D52

Black with #753D52

Text Example


Text Example

White with #753D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D52; }

 p { color: rgb(117,61,82); }

 H1.HeaderClassName
 {
   color: #753D52;
 }
 .AnyTagClassName
 {
   color: #753D52;
 }
</style>

background-color css

<style>
 a { background-color: #753D52; }

 a { background-color: rgb(117,61,82); }

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

border-color css

<style>
 span { border-color: #753D52; }

 span { border-color: rgb(117,61,82); }

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