Html Css Color HEX #6B152E Claret

📋 copy color: '#6B152E'

red 107 ◦ green 21 ◦ blue 46

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

Shades of Claret #6B152E

Tints of Claret #6B152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 61.49%
G = 12.07%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6B152E (or 0x6B152E) is known color: Claret. HEX triplet: 6B, 15 and 2E. RGB value is (107,21,46). Sum of RGB (Red+Green+Blue) = 107+21+46=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B152E is #94EAD1. Grayscale: #313131. Windows color (decimal): -9759442 or 3020139. OLE color: 3020139.

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

Color convert

RGB 107 21 46 -
CMYK 0 0.80 0.57 0.58
HSL 342.56º 0.67% 0.25% -
HSV(B) 342.56º 0.8% 0.42% -
XYZ 6.82 3.86 2.97 -
YUV 49.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 107 21 46 0 0.80 0.57 0.58 342.56 0.67 0.25
Hex 6B 15 2E 0 50 39 3A 157 43 19
Octal 153 25 56 0 120 71 72 527 103 31
Binary 1101011 10101 101110 0 1010000 111001 111010 101010111 1000011 11001

Color Harmonies of #6B152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B152E

Black with #6B152E

Text Example


Text Example

White with #6B152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,46); }

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

background-color css

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

 a { background-color: rgb(107,21,46); }

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

border-color css

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

 span { border-color: rgb(107,21,46); }

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