Html Css Color HEX #6F2537 Claret

📋 copy color: '#6F2537'

red 111 ◦ green 37 ◦ blue 55

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

Shades of Claret #6F2537

Tints of Claret #6F2537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

 BLUE value IS 55 (21.88% from 255) = 27.09%

R = 54.68%
G = 18.23%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F2537 (or 0x6F2537) is known color: Claret. HEX triplet: 6F, 25 and 37. RGB value is (111,37,55). Sum of RGB (Red+Green+Blue) = 111+37+55=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2537 is #90DAC8. Grayscale: #3D3D3D. Windows color (decimal): -9493193 or 3614063. OLE color: 3614063.

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

Color convert

RGB 111 37 55 -
CMYK 0 0.67 0.50 0.56
HSL 345.41º 0.5% 0.29% -
HSV(B) 345.41º 0.67% 0.44% -
XYZ 7.91 4.98 4.16 -
YUV 61.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 111 37 55 0 0.67 0.50 0.56 345.41 0.5 0.29
Hex 6F 25 37 0 43 32 38 159 32 1D
Octal 157 45 67 0 103 62 70 531 62 35
Binary 1101111 100101 110111 0 1000011 110010 111000 101011001 110010 11101

Color Harmonies of #6F2537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2537

Black with #6F2537

Text Example


Text Example

White with #6F2537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,55); }

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

background-color css

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

 a { background-color: rgb(111,37,55); }

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

border-color css

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

 span { border-color: rgb(111,37,55); }

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