Html Css Color HEX #6F152F Claret

📋 copy color: '#6F152F'

red 111 ◦ green 21 ◦ blue 47

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

Shades of Claret #6F152F

Tints of Claret #6F152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 62.01%
G = 11.73%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F152F (or 0x6F152F) is known color: Claret. HEX triplet: 6F, 15 and 2F. RGB value is (111,21,47). Sum of RGB (Red+Green+Blue) = 111+21+47=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F152F is #90EAD0. Grayscale: #323232. Windows color (decimal): -9497297 or 3085679. OLE color: 3085679.

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

Color convert

RGB 111 21 47 -
CMYK 0 0.81 0.58 0.56
HSL 342.67º 0.68% 0.26% -
HSV(B) 342.67º 0.81% 0.44% -
XYZ 7.34 4.12 3.1 -
YUV 50.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 111 21 47 0 0.81 0.58 0.56 342.67 0.68 0.26
Hex 6F 15 2F 0 51 3A 38 157 44 1A
Octal 157 25 57 0 121 72 70 527 104 32
Binary 1101111 10101 101111 0 1010001 111010 111000 101010111 1000100 11010

Color Harmonies of #6F152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F152F

Black with #6F152F

Text Example


Text Example

White with #6F152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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