Html Css Color HEX #6F202F Claret

📋 copy color: '#6F202F'

red 111 ◦ green 32 ◦ blue 47

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

Shades of Claret #6F202F

Tints of Claret #6F202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

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

R = 58.42%
G = 16.84%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F202F (or 0x6F202F) is known color: Claret. HEX triplet: 6F, 20 and 2F. RGB value is (111,32,47). Sum of RGB (Red+Green+Blue) = 111+32+47=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F202F is #90DFD0. Grayscale: #393939. Windows color (decimal): -9494481 or 3088495. OLE color: 3088495.

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

Color convert

RGB 111 32 47 -
CMYK 0 0.71 0.58 0.56
HSL 348.61º 0.55% 0.28% -
HSV(B) 348.61º 0.71% 0.44% -
XYZ 7.59 4.62 3.18 -
YUV 57.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 111 32 47 0 0.71 0.58 0.56 348.61 0.55 0.28
Hex 6F 20 2F 0 47 3A 38 15D 37 1C
Octal 157 40 57 0 107 72 70 535 67 34
Binary 1101111 100000 101111 0 1000111 111010 111000 101011101 110111 11100

Color Harmonies of #6F202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F202F

Black with #6F202F

Text Example


Text Example

White with #6F202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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