Html Css Color HEX #6F3B52 Finn

📋 copy color: '#6F3B52'

red 111 ◦ green 59 ◦ blue 82

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

Shades of Finn #6F3B52

Tints of Finn #6F3B52

RGB

 RED value IS 111 (43.75% from 255) = 44.05%

 GREEN value IS 59 (23.44% from 255) = 23.41%

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

R = 44.05%
G = 23.41%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F3B52 (or 0x6F3B52) is known color: Finn. HEX triplet: 6F, 3B and 52. RGB value is (111,59,82). Sum of RGB (Red+Green+Blue) = 111+59+82=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B52 is #90C4AD. Grayscale: #4D4D4D. Windows color (decimal): -9487534 or 5389167. OLE color: 5389167.

HSL color Cylindrical-coordinate representation of color #6F3B52: hue angle of 333.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B52 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 59 82 -
CMYK 0 0.47 0.26 0.56
HSL 333.46º 0.31% 0.33% -
HSV(B) 333.46º 0.47% 0.44% -
XYZ 9.64 7.12 8.85 -
YUV 77.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 111 59 82 0 0.47 0.26 0.56 333.46 0.31 0.33
Hex 6F 3B 52 0 2F 1A 38 14D 1F 21
Octal 157 73 122 0 57 32 70 515 37 41
Binary 1101111 111011 1010010 0 101111 11010 111000 101001101 11111 100001

Color Harmonies of #6F3B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B52

Black with #6F3B52

Text Example


Text Example

White with #6F3B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F3B52; }

 p { color: rgb(111,59,82); }

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

background-color css

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

 a { background-color: rgb(111,59,82); }

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

border-color css

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

 span { border-color: rgb(111,59,82); }

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