Html Css Color HEX #6F2733 Claret

📋 copy color: '#6F2733'

red 111 ◦ green 39 ◦ blue 51

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

Shades of Claret #6F2733

Tints of Claret #6F2733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 55.22%
G = 19.4%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F2733 (or 0x6F2733) is known color: Claret. HEX triplet: 6F, 27 and 33. RGB value is (111,39,51). Sum of RGB (Red+Green+Blue) = 111+39+51=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2733 is #90D8CC. Grayscale: #3D3D3D. Windows color (decimal): -9492685 or 3352431. OLE color: 3352431.

HSL color Cylindrical-coordinate representation of color #6F2733: hue angle of 350º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2733 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 39 51 -
CMYK 0 0.65 0.54 0.56
HSL 350º 0.48% 0.29% -
HSV(B) 350º 0.65% 0.44% -
XYZ 7.88 5.07 3.7 -
YUV 61.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 111 39 51 0 0.65 0.54 0.56 350 0.48 0.29
Hex 6F 27 33 0 41 36 38 15E 30 1D
Octal 157 47 63 0 101 66 70 536 60 35
Binary 1101111 100111 110011 0 1000001 110110 111000 101011110 110000 11101

Color Harmonies of #6F2733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2733

Black with #6F2733

Text Example


Text Example

White with #6F2733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,39,51); }

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

background-color css

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

 a { background-color: rgb(111,39,51); }

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

border-color css

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

 span { border-color: rgb(111,39,51); }

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