Html Css Color HEX #6F1334 Claret

📋 copy color: '#6F1334'

red 111 ◦ green 19 ◦ blue 52

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

Shades of Claret #6F1334

Tints of Claret #6F1334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 60.99%
G = 10.44%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F1334 (or 0x6F1334) is known color: Claret. HEX triplet: 6F, 13 and 34. RGB value is (111,19,52). Sum of RGB (Red+Green+Blue) = 111+19+52=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1334 is #90ECCB. Grayscale: #323232. Windows color (decimal): -9497804 or 3412847. OLE color: 3412847.

HSL color Cylindrical-coordinate representation of color #6F1334: hue angle of 338.48º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1334 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 19 52 -
CMYK 0 0.83 0.53 0.56
HSL 338.48º 0.71% 0.25% -
HSV(B) 338.48º 0.83% 0.44% -
XYZ 7.41 4.09 3.65 -
YUV 50.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 111 19 52 0 0.83 0.53 0.56 338.48 0.71 0.25
Hex 6F 13 34 0 53 35 38 152 47 19
Octal 157 23 64 0 123 65 70 522 107 31
Binary 1101111 10011 110100 0 1010011 110101 111000 101010010 1000111 11001

Color Harmonies of #6F1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1334

Black with #6F1334

Text Example


Text Example

White with #6F1334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,19,52); }

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

background-color css

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

 a { background-color: rgb(111,19,52); }

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

border-color css

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

 span { border-color: rgb(111,19,52); }

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