Html Css Color HEX #6B2434 Claret

📋 copy color: '#6B2434'

red 107 ◦ green 36 ◦ blue 52

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

Shades of Claret #6B2434

Tints of Claret #6B2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

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

R = 54.87%
G = 18.46%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B2434 (or 0x6B2434) is known color: Claret. HEX triplet: 6B, 24 and 34. RGB value is (107,36,52). Sum of RGB (Red+Green+Blue) = 107+36+52=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2434 is #94DBCB. Grayscale: #3B3B3B. Windows color (decimal): -9755596 or 3417195. OLE color: 3417195.

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

Color convert

RGB 107 36 52 -
CMYK 0 0.66 0.51 0.58
HSL 346.48º 0.5% 0.28% -
HSV(B) 346.48º 0.66% 0.42% -
XYZ 7.31 4.64 3.76 -
YUV 59.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 107 36 52 0 0.66 0.51 0.58 346.48 0.5 0.28
Hex 6B 24 34 0 42 33 3A 15A 32 1C
Octal 153 44 64 0 102 63 72 532 62 34
Binary 1101011 100100 110100 0 1000010 110011 111010 101011010 110010 11100

Color Harmonies of #6B2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2434

Black with #6B2434

Text Example


Text Example

White with #6B2434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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