Html Css Color HEX #6F2938 Claret

📋 copy color: '#6F2938'

red 111 ◦ green 41 ◦ blue 56

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

Shades of Claret #6F2938

Tints of Claret #6F2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 56 (22.27% from 255) = 26.92%

R = 53.37%
G = 19.71%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F2938 (or 0x6F2938) is known color: Claret. HEX triplet: 6F, 29 and 38. RGB value is (111,41,56). Sum of RGB (Red+Green+Blue) = 111+41+56=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2938 is #90D6C7. Grayscale: #3F3F3F. Windows color (decimal): -9492168 or 3680623. OLE color: 3680623.

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

Color convert

RGB 111 41 56 -
CMYK 0 0.63 0.50 0.56
HSL 347.14º 0.46% 0.3% -
HSV(B) 347.14º 0.63% 0.44% -
XYZ 8.06 5.25 4.33 -
YUV 63.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 111 41 56 0 0.63 0.50 0.56 347.14 0.46 0.3
Hex 6F 29 38 0 3F 32 38 15B 2E 1E
Octal 157 51 70 0 77 62 70 533 56 36
Binary 1101111 101001 111000 0 111111 110010 111000 101011011 101110 11110

Color Harmonies of #6F2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2938

Black with #6F2938

Text Example


Text Example

White with #6F2938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,56); }

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

background-color css

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

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

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

border-color css

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

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

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