Html Css Color HEX #6B1333 Claret

📋 copy color: '#6B1333'

red 107 ◦ green 19 ◦ blue 51

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

Shades of Claret #6B1333

Tints of Claret #6B1333

RGB

 RED value IS 107 (42.19% from 255) = 60.45%

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

 BLUE value IS 51 (20.31% from 255) = 28.81%

R = 60.45%
G = 10.73%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#6B1333 (or 0x6B1333) is known color: Claret. HEX triplet: 6B, 13 and 33. RGB value is (107,19,51). Sum of RGB (Red+Green+Blue) = 107+19+51=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1333 is #94ECCC. Grayscale: #303030. Windows color (decimal): -9759949 or 3347307. OLE color: 3347307.

HSL color Cylindrical-coordinate representation of color #6B1333: hue angle of 338.18º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1333 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 19 51 -
CMYK 0 0.82 0.52 0.58
HSL 338.18º 0.7% 0.25% -
HSV(B) 338.18º 0.82% 0.42% -
XYZ 6.89 3.83 3.51 -
YUV 48.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 107 19 51 0 0.82 0.52 0.58 338.18 0.7 0.25
Hex 6B 13 33 0 52 34 3A 152 46 19
Octal 153 23 63 0 122 64 72 522 106 31
Binary 1101011 10011 110011 0 1010010 110100 111010 101010010 1000110 11001

Color Harmonies of #6B1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1333

Black with #6B1333

Text Example


Text Example

White with #6B1333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,51); }

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

background-color css

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

 a { background-color: rgb(107,19,51); }

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

border-color css

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

 span { border-color: rgb(107,19,51); }

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