Html Css Color HEX #6F2336 Claret

📋 copy color: '#6F2336'

red 111 ◦ green 35 ◦ blue 54

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

Shades of Claret #6F2336

Tints of Claret #6F2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 54 (21.48% from 255) = 27%

R = 55.5%
G = 17.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F2336 (or 0x6F2336) is known color: Claret. HEX triplet: 6F, 23 and 36. RGB value is (111,35,54). Sum of RGB (Red+Green+Blue) = 111+35+54=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2336 is #90DCC9. Grayscale: #3B3B3B. Windows color (decimal): -9493706 or 3548015. OLE color: 3548015.

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

Color convert

RGB 111 35 54 -
CMYK 0 0.68 0.51 0.56
HSL 345º 0.52% 0.29% -
HSV(B) 345º 0.68% 0.44% -
XYZ 7.82 4.85 4.01 -
YUV 59.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 111 35 54 0 0.68 0.51 0.56 345 0.52 0.29
Hex 6F 23 36 0 44 33 38 159 34 1D
Octal 157 43 66 0 104 63 70 531 64 35
Binary 1101111 100011 110110 0 1000100 110011 111000 101011001 110100 11101

Color Harmonies of #6F2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2336

Black with #6F2336

Text Example


Text Example

White with #6F2336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,54); }

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

background-color css

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

 a { background-color: rgb(111,35,54); }

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

border-color css

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

 span { border-color: rgb(111,35,54); }

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