Html Css Color HEX #6F192F Claret

📋 copy color: '#6F192F'

red 111 ◦ green 25 ◦ blue 47

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

Shades of Claret #6F192F

Tints of Claret #6F192F

RGB

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

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

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

R = 60.66%
G = 13.66%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F192F (or 0x6F192F) is known color: Claret. HEX triplet: 6F, 19 and 2F. RGB value is (111,25,47). Sum of RGB (Red+Green+Blue) = 111+25+47=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F192F is #90E6D0. Grayscale: #353535. Windows color (decimal): -9496273 or 3086703. OLE color: 3086703.

HSL color Cylindrical-coordinate representation of color #6F192F: hue angle of 344.65º 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 #6F192F is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 47 -
CMYK 0 0.77 0.58 0.56
HSL 344.65º 0.63% 0.27% -
HSV(B) 344.65º 0.77% 0.44% -
XYZ 7.42 4.28 3.12 -
YUV 53.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 111 25 47 0 0.77 0.58 0.56 344.65 0.63 0.27
Hex 6F 19 2F 0 4D 3A 38 159 3F 1B
Octal 157 31 57 0 115 72 70 531 77 33
Binary 1101111 11001 101111 0 1001101 111010 111000 101011001 111111 11011

Color Harmonies of #6F192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F192F

Black with #6F192F

Text Example


Text Example

White with #6F192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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