Html Css Color HEX #6B1834 Claret

📋 copy color: '#6B1834'

red 107 ◦ green 24 ◦ blue 52

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

Shades of Claret #6B1834

Tints of Claret #6B1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 58.47%
G = 13.11%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B1834 (or 0x6B1834) is known color: Claret. HEX triplet: 6B, 18 and 34. RGB value is (107,24,52). Sum of RGB (Red+Green+Blue) = 107+24+52=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1834 is #94E7CB. Grayscale: #333333. Windows color (decimal): -9758668 or 3414123. OLE color: 3414123.

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

Color convert

RGB 107 24 52 -
CMYK 0 0.78 0.51 0.58
HSL 339.76º 0.63% 0.26% -
HSV(B) 339.76º 0.78% 0.42% -
XYZ 7.01 4.03 3.66 -
YUV 52.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 107 24 52 0 0.78 0.51 0.58 339.76 0.63 0.26
Hex 6B 18 34 0 4E 33 3A 154 3F 1A
Octal 153 30 64 0 116 63 72 524 77 32
Binary 1101011 11000 110100 0 1001110 110011 111010 101010100 111111 11010

Color Harmonies of #6B1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1834

Black with #6B1834

Text Example


Text Example

White with #6B1834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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