Html Css Color HEX #6F1A39 Claret

📋 copy color: '#6F1A39'

red 111 ◦ green 26 ◦ blue 57

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

Shades of Claret #6F1A39

Tints of Claret #6F1A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.4%

 BLUE value IS 57 (22.66% from 255) = 29.38%

R = 57.22%
G = 13.4%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F1A39 (or 0x6F1A39) is known color: Claret. HEX triplet: 6F, 1A and 39. RGB value is (111,26,57). Sum of RGB (Red+Green+Blue) = 111+26+57=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A39 is #90E5C6. Grayscale: #363636. Windows color (decimal): -9496007 or 3742319. OLE color: 3742319.

HSL color Cylindrical-coordinate representation of color #6F1A39: hue angle of 338.12º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A39 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 26 57 -
CMYK 0 0.77 0.49 0.56
HSL 338.12º 0.62% 0.27% -
HSV(B) 338.12º 0.77% 0.44% -
XYZ 7.66 4.41 4.32 -
YUV 54.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 111 26 57 0 0.77 0.49 0.56 338.12 0.62 0.27
Hex 6F 1A 39 0 4D 31 38 152 3E 1B
Octal 157 32 71 0 115 61 70 522 76 33
Binary 1101111 11010 111001 0 1001101 110001 111000 101010010 111110 11011

Color Harmonies of #6F1A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A39

Black with #6F1A39

Text Example


Text Example

White with #6F1A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,57); }

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

background-color css

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

 a { background-color: rgb(111,26,57); }

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

border-color css

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

 span { border-color: rgb(111,26,57); }

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