Html Css Color HEX #6B1934 Claret

📋 copy color: '#6B1934'

red 107 ◦ green 25 ◦ blue 52

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

Shades of Claret #6B1934

Tints of Claret #6B1934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 58.15%
G = 13.59%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B1934 (or 0x6B1934) is known color: Claret. HEX triplet: 6B, 19 and 34. RGB value is (107,25,52). Sum of RGB (Red+Green+Blue) = 107+25+52=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1934 is #94E6CB. Grayscale: #343434. Windows color (decimal): -9758412 or 3414379. OLE color: 3414379.

HSL color Cylindrical-coordinate representation of color #6B1934: hue angle of 340.24º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1934 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 25 52 -
CMYK 0 0.77 0.51 0.58
HSL 340.24º 0.62% 0.26% -
HSV(B) 340.24º 0.77% 0.42% -
XYZ 7.03 4.07 3.66 -
YUV 52.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 107 25 52 0 0.77 0.51 0.58 340.24 0.62 0.26
Hex 6B 19 34 0 4D 33 3A 154 3E 1A
Octal 153 31 64 0 115 63 72 524 76 32
Binary 1101011 11001 110100 0 1001101 110011 111010 101010100 111110 11010

Color Harmonies of #6B1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1934

Black with #6B1934

Text Example


Text Example

White with #6B1934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,25,52); }

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

background-color css

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

 a { background-color: rgb(107,25,52); }

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

border-color css

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

 span { border-color: rgb(107,25,52); }

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