Html Css Color HEX #6F2333 Claret

📋 copy color: '#6F2333'

red 111 ◦ green 35 ◦ blue 51

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

Shades of Claret #6F2333

Tints of Claret #6F2333

RGB

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

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

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

R = 56.35%
G = 17.77%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F2333 (or 0x6F2333) is known color: Claret. HEX triplet: 6F, 23 and 33. RGB value is (111,35,51). Sum of RGB (Red+Green+Blue) = 111+35+51=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2333 is #90DCCC. Grayscale: #3B3B3B. Windows color (decimal): -9493709 or 3351407. OLE color: 3351407.

HSL color Cylindrical-coordinate representation of color #6F2333: hue angle of 347.37º 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 #6F2333 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 51 -
CMYK 0 0.68 0.54 0.56
HSL 347.37º 0.52% 0.29% -
HSV(B) 347.37º 0.68% 0.44% -
XYZ 7.75 4.82 3.65 -
YUV 59.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 111 35 51 0 0.68 0.54 0.56 347.37 0.52 0.29
Hex 6F 23 33 0 44 36 38 15B 34 1D
Octal 157 43 63 0 104 66 70 533 64 35
Binary 1101111 100011 110011 0 1000100 110110 111000 101011011 110100 11101

Color Harmonies of #6F2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2333

Black with #6F2333

Text Example


Text Example

White with #6F2333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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