Html Css Color HEX #6F2834 Claret

📋 copy color: '#6F2834'

red 111 ◦ green 40 ◦ blue 52

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

Shades of Claret #6F2834

Tints of Claret #6F2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

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

R = 54.68%
G = 19.7%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F2834 (or 0x6F2834) is known color: Claret. HEX triplet: 6F, 28 and 34. RGB value is (111,40,52). Sum of RGB (Red+Green+Blue) = 111+40+52=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2834 is #90D7CB. Grayscale: #3E3E3E. Windows color (decimal): -9492428 or 3418223. OLE color: 3418223.

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

Color convert

RGB 111 40 52 -
CMYK 0 0.64 0.53 0.56
HSL 349.86º 0.47% 0.3% -
HSV(B) 349.86º 0.64% 0.44% -
XYZ 7.93 5.15 3.82 -
YUV 62.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 111 40 52 0 0.64 0.53 0.56 349.86 0.47 0.3
Hex 6F 28 34 0 40 35 38 15E 2F 1E
Octal 157 50 64 0 100 65 70 536 57 36
Binary 1101111 101000 110100 0 1000000 110101 111000 101011110 101111 11110

Color Harmonies of #6F2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2834

Black with #6F2834

Text Example


Text Example

White with #6F2834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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