Html Css Color HEX #6F1030 Claret

📋 copy color: '#6F1030'

red 111 ◦ green 16 ◦ blue 48

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

Shades of Claret #6F1030

Tints of Claret #6F1030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 63.43%
G = 9.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F1030 (or 0x6F1030) is known color: Claret. HEX triplet: 6F, 10 and 30. RGB value is (111,16,48). Sum of RGB (Red+Green+Blue) = 111+16+48=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1030 is #90EFCF. Grayscale: #303030. Windows color (decimal): -9498576 or 3149935. OLE color: 3149935.

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

Color convert

RGB 111 16 48 -
CMYK 0 0.86 0.57 0.56
HSL 339.79º 0.75% 0.25% -
HSV(B) 339.79º 0.86% 0.44% -
XYZ 7.27 3.96 3.18 -
YUV 48.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 111 16 48 0 0.86 0.57 0.56 339.79 0.75 0.25
Hex 6F 10 30 0 56 39 38 154 4B 19
Octal 157 20 60 0 126 71 70 524 113 31
Binary 1101111 10000 110000 0 1010110 111001 111000 101010100 1001011 11001

Color Harmonies of #6F1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1030

Black with #6F1030

Text Example


Text Example

White with #6F1030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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