Html Css Color HEX #6F1135 Claret

📋 copy color: '#6F1135'

red 111 ◦ green 17 ◦ blue 53

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

Shades of Claret #6F1135

Tints of Claret #6F1135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 61.33%
G = 9.39%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F1135 (or 0x6F1135) is known color: Claret. HEX triplet: 6F, 11 and 35. RGB value is (111,17,53). Sum of RGB (Red+Green+Blue) = 111+17+53=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1135 is #90EECA. Grayscale: #313131. Windows color (decimal): -9498315 or 3477871. OLE color: 3477871.

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

Color convert

RGB 111 17 53 -
CMYK 0 0.85 0.52 0.56
HSL 337.02º 0.73% 0.25% -
HSV(B) 337.02º 0.85% 0.44% -
XYZ 7.4 4.04 3.76 -
YUV 49.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 111 17 53 0 0.85 0.52 0.56 337.02 0.73 0.25
Hex 6F 11 35 0 55 34 38 151 49 19
Octal 157 21 65 0 125 64 70 521 111 31
Binary 1101111 10001 110101 0 1010101 110100 111000 101010001 1001001 11001

Color Harmonies of #6F1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1135

Black with #6F1135

Text Example


Text Example

White with #6F1135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,53); }

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

background-color css

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

 a { background-color: rgb(111,17,53); }

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

border-color css

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

 span { border-color: rgb(111,17,53); }

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