Html Css Color HEX #6B1032 Claret

📋 copy color: '#6B1032'

red 107 ◦ green 16 ◦ blue 50

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

Shades of Claret #6B1032

Tints of Claret #6B1032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 61.85%
G = 9.25%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6B1032 (or 0x6B1032) is known color: Claret. HEX triplet: 6B, 10 and 32. RGB value is (107,16,50). Sum of RGB (Red+Green+Blue) = 107+16+50=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1032 is #94EFCD. Grayscale: #2F2F2F. Windows color (decimal): -9760718 or 3281003. OLE color: 3281003.

HSL color Cylindrical-coordinate representation of color #6B1032: hue angle of 337.58º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1032 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 16 50 -
CMYK 0 0.85 0.53 0.58
HSL 337.58º 0.74% 0.24% -
HSV(B) 337.58º 0.85% 0.42% -
XYZ 6.82 3.73 3.38 -
YUV 47.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 107 16 50 0 0.85 0.53 0.58 337.58 0.74 0.24
Hex 6B 10 32 0 55 35 3A 152 4A 18
Octal 153 20 62 0 125 65 72 522 112 30
Binary 1101011 10000 110010 0 1010101 110101 111010 101010010 1001010 11000

Color Harmonies of #6B1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1032

Black with #6B1032

Text Example


Text Example

White with #6B1032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,50); }

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

background-color css

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

 a { background-color: rgb(107,16,50); }

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

border-color css

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

 span { border-color: rgb(107,16,50); }

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