Html Css Color HEX #6F192C Claret

📋 copy color: '#6F192C'

red 111 ◦ green 25 ◦ blue 44

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

Shades of Claret #6F192C

Tints of Claret #6F192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 61.67%
G = 13.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F192C (or 0x6F192C) is known color: Claret. HEX triplet: 6F, 19 and 2C. RGB value is (111,25,44). Sum of RGB (Red+Green+Blue) = 111+25+44=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F192C is #90E6D3. Grayscale: #343434. Windows color (decimal): -9496276 or 2890095. OLE color: 2890095.

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

Color convert

RGB 111 25 44 -
CMYK 0 0.77 0.60 0.56
HSL 346.74º 0.63% 0.27% -
HSV(B) 346.74º 0.77% 0.44% -
XYZ 7.36 4.26 2.82 -
YUV 52.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 111 25 44 0 0.77 0.60 0.56 346.74 0.63 0.27
Hex 6F 19 2C 0 4D 3C 38 15B 3F 1B
Octal 157 31 54 0 115 74 70 533 77 33
Binary 1101111 11001 101100 0 1001101 111100 111000 101011011 111111 11011

Color Harmonies of #6F192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F192C

Black with #6F192C

Text Example


Text Example

White with #6F192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,44); }

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

background-color css

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

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

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

border-color css

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

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

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