Html Css Color HEX #6B2432 Claret

📋 copy color: '#6B2432'

red 107 ◦ green 36 ◦ blue 50

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

Shades of Claret #6B2432

Tints of Claret #6B2432

RGB

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

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

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

R = 55.44%
G = 18.65%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6B2432 (or 0x6B2432) is known color: Claret. HEX triplet: 6B, 24 and 32. RGB value is (107,36,50). Sum of RGB (Red+Green+Blue) = 107+36+50=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2432 is #94DBCD. Grayscale: #3A3A3A. Windows color (decimal): -9755598 or 3286123. OLE color: 3286123.

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

Color convert

RGB 107 36 50 -
CMYK 0 0.66 0.53 0.58
HSL 348.17º 0.5% 0.28% -
HSV(B) 348.17º 0.66% 0.42% -
XYZ 7.27 4.62 3.53 -
YUV 58.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 107 36 50 0 0.66 0.53 0.58 348.17 0.5 0.28
Hex 6B 24 32 0 42 35 3A 15C 32 1C
Octal 153 44 62 0 102 65 72 534 62 34
Binary 1101011 100100 110010 0 1000010 110101 111010 101011100 110010 11100

Color Harmonies of #6B2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2432

Black with #6B2432

Text Example


Text Example

White with #6B2432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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