Html Css Color HEX #633450 Finn

📋 copy color: '#633450'

red 99 ◦ green 52 ◦ blue 80

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

Shades of Finn #633450

Tints of Finn #633450

RGB

 RED value IS 99 (39.06% from 255) = 42.86%

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 42.86%
G = 22.51%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#633450 (or 0x633450) is known color: Finn. HEX triplet: 63, 34 and 50. RGB value is (99,52,80). Sum of RGB (Red+Green+Blue) = 99+52+80=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #633450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633450 is #9CCBAF. Grayscale: #454545. Windows color (decimal): -10275760 or 5256291. OLE color: 5256291.

HSL color Cylindrical-coordinate representation of color #633450: hue angle of 324.26º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #633450 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 52 80 -
CMYK 0 0.47 0.19 0.61
HSL 324.26º 0.31% 0.3% -
HSV(B) 324.26º 0.47% 0.39% -
XYZ 7.82 5.69 8.28 -
YUV 69.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 99 52 80 0 0.47 0.19 0.61 324.26 0.31 0.3
Hex 63 34 50 0 2F 13 3D 144 1F 1E
Octal 143 64 120 0 57 23 75 504 37 36
Binary 1100011 110100 1010000 0 101111 10011 111101 101000100 11111 11110

Color Harmonies of #633450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633450

Black with #633450

Text Example


Text Example

White with #633450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633450; }

 p { color: rgb(99,52,80); }

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

background-color css

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

 a { background-color: rgb(99,52,80); }

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

border-color css

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

 span { border-color: rgb(99,52,80); }

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