Html Css Color HEX #6B1832 Claret

📋 copy color: '#6B1832'

red 107 ◦ green 24 ◦ blue 50

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

Shades of Claret #6B1832

Tints of Claret #6B1832

RGB

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

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

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

R = 59.12%
G = 13.26%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6B1832 (or 0x6B1832) is known color: Claret. HEX triplet: 6B, 18 and 32. RGB value is (107,24,50). Sum of RGB (Red+Green+Blue) = 107+24+50=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1832 is #94E7CD. Grayscale: #333333. Windows color (decimal): -9758670 or 3283051. OLE color: 3283051.

HSL color Cylindrical-coordinate representation of color #6B1832: hue angle of 341.2º 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 #6B1832 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 24 50 -
CMYK 0 0.78 0.53 0.58
HSL 341.2º 0.63% 0.26% -
HSV(B) 341.2º 0.78% 0.42% -
XYZ 6.97 4.01 3.42 -
YUV 51.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 107 24 50 0 0.78 0.53 0.58 341.2 0.63 0.26
Hex 6B 18 32 0 4E 35 3A 155 3F 1A
Octal 153 30 62 0 116 65 72 525 77 32
Binary 1101011 11000 110010 0 1001110 110101 111010 101010101 111111 11010

Color Harmonies of #6B1832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1832

Black with #6B1832

Text Example


Text Example

White with #6B1832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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