Html Css Color HEX #6F1E3A Claret

📋 copy color: '#6F1E3A'

red 111 ◦ green 30 ◦ blue 58

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

Shades of Claret #6F1E3A

Tints of Claret #6F1E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 55.78%
G = 15.08%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F1E3A (or 0x6F1E3A) is known color: Claret. HEX triplet: 6F, 1E and 3A. RGB value is (111,30,58). Sum of RGB (Red+Green+Blue) = 111+30+58=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E3A is #90E1C5. Grayscale: #393939. Windows color (decimal): -9494982 or 3808879. OLE color: 3808879.

HSL color Cylindrical-coordinate representation of color #6F1E3A: hue angle of 339.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E3A is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 30 58 -
CMYK 0 0.73 0.48 0.56
HSL 339.26º 0.57% 0.28% -
HSV(B) 339.26º 0.73% 0.44% -
XYZ 7.78 4.61 4.48 -
YUV 57.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 111 30 58 0 0.73 0.48 0.56 339.26 0.57 0.28
Hex 6F 1E 3A 0 49 30 38 153 39 1C
Octal 157 36 72 0 111 60 70 523 71 34
Binary 1101111 11110 111010 0 1001001 110000 111000 101010011 111001 11100

Color Harmonies of #6F1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E3A

Black with #6F1E3A

Text Example


Text Example

White with #6F1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,30,58); }

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

background-color css

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

 a { background-color: rgb(111,30,58); }

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

border-color css

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

 span { border-color: rgb(111,30,58); }

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