Html Css Color HEX #6F1034 Claret

📋 copy color: '#6F1034'

red 111 ◦ green 16 ◦ blue 52

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

Shades of Claret #6F1034

Tints of Claret #6F1034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.05%

R = 62.01%
G = 8.94%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F1034 (or 0x6F1034) is known color: Claret. HEX triplet: 6F, 10 and 34. RGB value is (111,16,52). Sum of RGB (Red+Green+Blue) = 111+16+52=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1034 is #90EFCB. Grayscale: #303030. Windows color (decimal): -9498572 or 3412079. OLE color: 3412079.

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

Color convert

RGB 111 16 52 -
CMYK 0 0.86 0.53 0.56
HSL 337.26º 0.75% 0.25% -
HSV(B) 337.26º 0.86% 0.44% -
XYZ 7.36 4 3.63 -
YUV 48.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 111 16 52 0 0.86 0.53 0.56 337.26 0.75 0.25
Hex 6F 10 34 0 56 35 38 151 4B 19
Octal 157 20 64 0 126 65 70 521 113 31
Binary 1101111 10000 110100 0 1010110 110101 111000 101010001 1001011 11001

Color Harmonies of #6F1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1034

Black with #6F1034

Text Example


Text Example

White with #6F1034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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