Html Css Color HEX #6F2034 Claret

📋 copy color: '#6F2034'

red 111 ◦ green 32 ◦ blue 52

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

Shades of Claret #6F2034

Tints of Claret #6F2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 56.92%
G = 16.41%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F2034 (or 0x6F2034) is known color: Claret. HEX triplet: 6F, 20 and 34. RGB value is (111,32,52). Sum of RGB (Red+Green+Blue) = 111+32+52=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2034 is #90DFCB. Grayscale: #393939. Windows color (decimal): -9494476 or 3416175. OLE color: 3416175.

HSL color Cylindrical-coordinate representation of color #6F2034: hue angle of 344.81º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2034 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 32 52 -
CMYK 0 0.71 0.53 0.56
HSL 344.81º 0.55% 0.28% -
HSV(B) 344.81º 0.71% 0.44% -
XYZ 7.69 4.66 3.74 -
YUV 57.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 111 32 52 0 0.71 0.53 0.56 344.81 0.55 0.28
Hex 6F 20 34 0 47 35 38 159 37 1C
Octal 157 40 64 0 107 65 70 531 67 34
Binary 1101111 100000 110100 0 1000111 110101 111000 101011001 110111 11100

Color Harmonies of #6F2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2034

Black with #6F2034

Text Example


Text Example

White with #6F2034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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