Html Css Color HEX #6F222F Claret

📋 copy color: '#6F222F'

red 111 ◦ green 34 ◦ blue 47

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

Shades of Claret #6F222F

Tints of Claret #6F222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 57.81%
G = 17.71%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F222F (or 0x6F222F) is known color: Claret. HEX triplet: 6F, 22 and 2F. RGB value is (111,34,47). Sum of RGB (Red+Green+Blue) = 111+34+47=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F222F is #90DDD0. Grayscale: #3A3A3A. Windows color (decimal): -9493969 or 3089007. OLE color: 3089007.

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

Color convert

RGB 111 34 47 -
CMYK 0 0.69 0.58 0.56
HSL 349.87º 0.53% 0.28% -
HSV(B) 349.87º 0.69% 0.44% -
XYZ 7.64 4.73 3.2 -
YUV 58.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 111 34 47 0 0.69 0.58 0.56 349.87 0.53 0.28
Hex 6F 22 2F 0 45 3A 38 15E 35 1C
Octal 157 42 57 0 105 72 70 536 65 34
Binary 1101111 100010 101111 0 1000101 111010 111000 101011110 110101 11100

Color Harmonies of #6F222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F222F

Black with #6F222F

Text Example


Text Example

White with #6F222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,34,47); }

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

background-color css

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

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

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

border-color css

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

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

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