Html Css Color HEX #6F1838 Claret

📋 copy color: '#6F1838'

red 111 ◦ green 24 ◦ blue 56

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

Shades of Claret #6F1838

Tints of Claret #6F1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

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

R = 58.12%
G = 12.57%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F1838 (or 0x6F1838) is known color: Claret. HEX triplet: 6F, 18 and 38. RGB value is (111,24,56). Sum of RGB (Red+Green+Blue) = 111+24+56=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1838 is #90E7C7. Grayscale: #353535. Windows color (decimal): -9496520 or 3676271. OLE color: 3676271.

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

Color convert

RGB 111 24 56 -
CMYK 0 0.78 0.50 0.56
HSL 337.93º 0.64% 0.26% -
HSV(B) 337.93º 0.78% 0.44% -
XYZ 7.6 4.32 4.17 -
YUV 53.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 111 24 56 0 0.78 0.50 0.56 337.93 0.64 0.26
Hex 6F 18 38 0 4E 32 38 152 40 1A
Octal 157 30 70 0 116 62 70 522 100 32
Binary 1101111 11000 111000 0 1001110 110010 111000 101010010 1000000 11010

Color Harmonies of #6F1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1838

Black with #6F1838

Text Example


Text Example

White with #6F1838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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