Html Css Color HEX #6F182E Claret

📋 copy color: '#6F182E'

red 111 ◦ green 24 ◦ blue 46

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

Shades of Claret #6F182E

Tints of Claret #6F182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 61.33%
G = 13.26%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F182E (or 0x6F182E) is known color: Claret. HEX triplet: 6F, 18 and 2E. RGB value is (111,24,46). Sum of RGB (Red+Green+Blue) = 111+24+46=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F182E is #90E7D1. Grayscale: #343434. Windows color (decimal): -9496530 or 3020911. OLE color: 3020911.

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

Color convert

RGB 111 24 46 -
CMYK 0 0.78 0.59 0.56
HSL 344.83º 0.64% 0.26% -
HSV(B) 344.83º 0.78% 0.44% -
XYZ 7.38 4.23 3.01 -
YUV 52.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 111 24 46 0 0.78 0.59 0.56 344.83 0.64 0.26
Hex 6F 18 2E 0 4E 3B 38 159 40 1A
Octal 157 30 56 0 116 73 70 531 100 32
Binary 1101111 11000 101110 0 1001110 111011 111000 101011001 1000000 11010

Color Harmonies of #6F182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F182E

Black with #6F182E

Text Example


Text Example

White with #6F182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,24,46); }

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

background-color css

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

 a { background-color: rgb(111,24,46); }

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

border-color css

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

 span { border-color: rgb(111,24,46); }

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