Html Css Color HEX #6B2334 Claret

📋 copy color: '#6B2334'

red 107 ◦ green 35 ◦ blue 52

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

Shades of Claret #6B2334

Tints of Claret #6B2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.04%

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

R = 55.15%
G = 18.04%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B2334 (or 0x6B2334) is known color: Claret. HEX triplet: 6B, 23 and 34. RGB value is (107,35,52). Sum of RGB (Red+Green+Blue) = 107+35+52=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2334 is #94DCCB. Grayscale: #3A3A3A. Windows color (decimal): -9755852 or 3416939. OLE color: 3416939.

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

Color convert

RGB 107 35 52 -
CMYK 0 0.67 0.51 0.58
HSL 345.83º 0.51% 0.28% -
HSV(B) 345.83º 0.67% 0.42% -
XYZ 7.28 4.58 3.75 -
YUV 58.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 107 35 52 0 0.67 0.51 0.58 345.83 0.51 0.28
Hex 6B 23 34 0 43 33 3A 15A 33 1C
Octal 153 43 64 0 103 63 72 532 63 34
Binary 1101011 100011 110100 0 1000011 110011 111010 101011010 110011 11100

Color Harmonies of #6B2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2334

Black with #6B2334

Text Example


Text Example

White with #6B2334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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