Html Css Color HEX #6F102B Claret

📋 copy color: '#6F102B'

red 111 ◦ green 16 ◦ blue 43

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

Shades of Claret #6F102B

Tints of Claret #6F102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 65.29%
G = 9.41%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F102B (or 0x6F102B) is known color: Claret. HEX triplet: 6F, 10 and 2B. RGB value is (111,16,43). Sum of RGB (Red+Green+Blue) = 111+16+43=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F102B is #90EFD4. Grayscale: #2F2F2F. Windows color (decimal): -9498581 or 2822255. OLE color: 2822255.

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

Color convert

RGB 111 16 43 -
CMYK 0 0.86 0.61 0.56
HSL 342.95º 0.75% 0.25% -
HSV(B) 342.95º 0.86% 0.44% -
XYZ 7.18 3.92 2.66 -
YUV 47.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 111 16 43 0 0.86 0.61 0.56 342.95 0.75 0.25
Hex 6F 10 2B 0 56 3D 38 157 4B 19
Octal 157 20 53 0 126 75 70 527 113 31
Binary 1101111 10000 101011 0 1010110 111101 111000 101010111 1001011 11001

Color Harmonies of #6F102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F102B

Black with #6F102B

Text Example


Text Example

White with #6F102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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