Html Css Color HEX #6F1535 Claret

📋 copy color: '#6F1535'

red 111 ◦ green 21 ◦ blue 53

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

Shades of Claret #6F1535

Tints of Claret #6F1535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 53 (21.09% from 255) = 28.65%

R = 60%
G = 11.35%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F1535 (or 0x6F1535) is known color: Claret. HEX triplet: 6F, 15 and 35. RGB value is (111,21,53). Sum of RGB (Red+Green+Blue) = 111+21+53=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1535 is #90EACA. Grayscale: #333333. Windows color (decimal): -9497291 or 3478895. OLE color: 3478895.

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

Color convert

RGB 111 21 53 -
CMYK 0 0.81 0.52 0.56
HSL 338.67º 0.68% 0.26% -
HSV(B) 338.67º 0.81% 0.44% -
XYZ 7.47 4.17 3.78 -
YUV 51.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 111 21 53 0 0.81 0.52 0.56 338.67 0.68 0.26
Hex 6F 15 35 0 51 34 38 153 44 1A
Octal 157 25 65 0 121 64 70 523 104 32
Binary 1101111 10101 110101 0 1010001 110100 111000 101010011 1000100 11010

Color Harmonies of #6F1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1535

Black with #6F1535

Text Example


Text Example

White with #6F1535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,53); }

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

background-color css

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

 a { background-color: rgb(111,21,53); }

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

border-color css

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

 span { border-color: rgb(111,21,53); }

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