Html Css Color HEX #6F152B Claret

📋 copy color: '#6F152B'

red 111 ◦ green 21 ◦ blue 43

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

Shades of Claret #6F152B

Tints of Claret #6F152B

RGB

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

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

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

R = 63.43%
G = 12%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F152B (or 0x6F152B) is known color: Claret. HEX triplet: 6F, 15 and 2B. RGB value is (111,21,43). Sum of RGB (Red+Green+Blue) = 111+21+43=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F152B is #90EAD4. Grayscale: #323232. Windows color (decimal): -9497301 or 2823535. OLE color: 2823535.

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

Color convert

RGB 111 21 43 -
CMYK 0 0.81 0.61 0.56
HSL 345.33º 0.68% 0.26% -
HSV(B) 345.33º 0.81% 0.44% -
XYZ 7.26 4.09 2.69 -
YUV 50.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 111 21 43 0 0.81 0.61 0.56 345.33 0.68 0.26
Hex 6F 15 2B 0 51 3D 38 159 44 1A
Octal 157 25 53 0 121 75 70 531 104 32
Binary 1101111 10101 101011 0 1010001 111101 111000 101011001 1000100 11010

Color Harmonies of #6F152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F152B

Black with #6F152B

Text Example


Text Example

White with #6F152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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