Html Css Color HEX #6F2338 Claret

📋 copy color: '#6F2338'

red 111 ◦ green 35 ◦ blue 56

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

Shades of Claret #6F2338

Tints of Claret #6F2338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.72%

R = 54.95%
G = 17.33%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F2338 (or 0x6F2338) is known color: Claret. HEX triplet: 6F, 23 and 38. RGB value is (111,35,56). Sum of RGB (Red+Green+Blue) = 111+35+56=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2338 is #90DCC7. Grayscale: #3C3C3C. Windows color (decimal): -9493704 or 3679087. OLE color: 3679087.

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

Color convert

RGB 111 35 56 -
CMYK 0 0.68 0.50 0.56
HSL 343.42º 0.52% 0.29% -
HSV(B) 343.42º 0.68% 0.44% -
XYZ 7.87 4.87 4.27 -
YUV 60.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 111 35 56 0 0.68 0.50 0.56 343.42 0.52 0.29
Hex 6F 23 38 0 44 32 38 157 34 1D
Octal 157 43 70 0 104 62 70 527 64 35
Binary 1101111 100011 111000 0 1000100 110010 111000 101010111 110100 11101

Color Harmonies of #6F2338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2338

Black with #6F2338

Text Example


Text Example

White with #6F2338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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