Html Css Color HEX #6F122B Claret

📋 copy color: '#6F122B'

red 111 ◦ green 18 ◦ blue 43

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

Shades of Claret #6F122B

Tints of Claret #6F122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

 BLUE value IS 43 (17.19% from 255) = 25%

R = 64.53%
G = 10.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F122B (or 0x6F122B) is known color: Claret. HEX triplet: 6F, 12 and 2B. RGB value is (111,18,43). Sum of RGB (Red+Green+Blue) = 111+18+43=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F122B is #90EDD4. Grayscale: #303030. Windows color (decimal): -9498069 or 2822767. OLE color: 2822767.

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

Color convert

RGB 111 18 43 -
CMYK 0 0.84 0.61 0.56
HSL 343.87º 0.72% 0.25% -
HSV(B) 343.87º 0.84% 0.44% -
XYZ 7.21 3.99 2.68 -
YUV 48.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 111 18 43 0 0.84 0.61 0.56 343.87 0.72 0.25
Hex 6F 12 2B 0 54 3D 38 158 48 19
Octal 157 22 53 0 124 75 70 530 110 31
Binary 1101111 10010 101011 0 1010100 111101 111000 101011000 1001000 11001

Color Harmonies of #6F122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F122B

Black with #6F122B

Text Example


Text Example

White with #6F122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,43); }

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

background-color css

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

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

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

border-color css

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

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

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