Html Css Color HEX #6B2034 Claret

📋 copy color: '#6B2034'

red 107 ◦ green 32 ◦ blue 52

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

Shades of Claret #6B2034

Tints of Claret #6B2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.75%

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

R = 56.02%
G = 16.75%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B2034 (or 0x6B2034) is known color: Claret. HEX triplet: 6B, 20 and 34. RGB value is (107,32,52). Sum of RGB (Red+Green+Blue) = 107+32+52=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2034 is #94DFCB. Grayscale: #383838. Windows color (decimal): -9756620 or 3416171. OLE color: 3416171.

HSL color Cylindrical-coordinate representation of color #6B2034: hue angle of 344º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2034 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 52 -
CMYK 0 0.70 0.51 0.58
HSL 344º 0.54% 0.27% -
HSV(B) 344º 0.7% 0.42% -
XYZ 7.2 4.41 3.72 -
YUV 56.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 107 32 52 0 0.70 0.51 0.58 344 0.54 0.27
Hex 6B 20 34 0 46 33 3A 158 36 1B
Octal 153 40 64 0 106 63 72 530 66 33
Binary 1101011 100000 110100 0 1000110 110011 111010 101011000 110110 11011

Color Harmonies of #6B2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2034

Black with #6B2034

Text Example


Text Example

White with #6B2034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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