Html Css Color HEX #6F142B Claret

📋 copy color: '#6F142B'

red 111 ◦ green 20 ◦ blue 43

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

Shades of Claret #6F142B

Tints of Claret #6F142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 63.79%
G = 11.49%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F142B (or 0x6F142B) is known color: Claret. HEX triplet: 6F, 14 and 2B. RGB value is (111,20,43). Sum of RGB (Red+Green+Blue) = 111+20+43=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F142B is #90EBD4. Grayscale: #313131. Windows color (decimal): -9497557 or 2823279. OLE color: 2823279.

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

Color convert

RGB 111 20 43 -
CMYK 0 0.82 0.61 0.56
HSL 344.84º 0.69% 0.26% -
HSV(B) 344.84º 0.82% 0.44% -
XYZ 7.24 4.05 2.69 -
YUV 49.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 111 20 43 0 0.82 0.61 0.56 344.84 0.69 0.26
Hex 6F 14 2B 0 52 3D 38 159 45 1A
Octal 157 24 53 0 122 75 70 531 105 32
Binary 1101111 10100 101011 0 1010010 111101 111000 101011001 1000101 11010

Color Harmonies of #6F142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F142B

Black with #6F142B

Text Example


Text Example

White with #6F142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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