Html Css Color HEX #6F3232 Persian Plum

📋 copy color: '#6F3232'

red 111 ◦ green 50 ◦ blue 50

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

Shades of Persian Plum #6F3232

Tints of Persian Plum #6F3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 52.61%
G = 23.7%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F3232 (or 0x6F3232) is known color: Persian Plum. HEX triplet: 6F, 32 and 32. RGB value is (111,50,50). Sum of RGB (Red+Green+Blue) = 111+50+50=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3232 is #90CDCD. Grayscale: #444444. Windows color (decimal): -9489870 or 3289711. OLE color: 3289711.

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

Color convert

RGB 111 50 50 -
CMYK 0 0.55 0.55 0.56
HSL 0.38% 0.32% -
HSV(B) 0.55% 0.44% -
XYZ 8.27 5.89 3.72 -
YUV 68.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 111 50 50 0 0.55 0.55 0.56 0 0.38 0.32
Hex 6F 32 32 0 37 37 38 0 26 20
Octal 157 62 62 0 67 67 70 0 46 40
Binary 1101111 110010 110010 0 110111 110111 111000 0 100110 100000

Color Harmonies of #6F3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3232

Black with #6F3232

Text Example


Text Example

White with #6F3232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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