Html Css Color HEX #671C36 Claret

📋 copy color: '#671C36'

red 103 ◦ green 28 ◦ blue 54

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

Shades of Claret #671C36

Tints of Claret #671C36

RGB

 RED value IS 103 (40.63% from 255) = 55.68%

 GREEN value IS 28 (11.33% from 255) = 15.14%

 BLUE value IS 54 (21.48% from 255) = 29.19%

R = 55.68%
G = 15.14%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#671C36 (or 0x671C36) is known color: Claret. HEX triplet: 67, 1C and 36. RGB value is (103,28,54). Sum of RGB (Red+Green+Blue) = 103+28+54=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #671C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C36 is #98E3C9. Grayscale: #353535. Windows color (decimal): -10019786 or 3546215. OLE color: 3546215.

HSL color Cylindrical-coordinate representation of color #671C36: hue angle of 339.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C36 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 28 54 -
CMYK 0 0.73 0.48 0.60
HSL 339.2º 0.57% 0.26% -
HSV(B) 339.2º 0.73% 0.4% -
XYZ 6.67 3.98 3.91 -
YUV 53.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 103 28 54 0 0.73 0.48 0.60 339.2 0.57 0.26
Hex 67 1C 36 0 49 30 3C 153 39 1A
Octal 147 34 66 0 111 60 74 523 71 32
Binary 1100111 11100 110110 0 1001001 110000 111100 101010011 111001 11010

Color Harmonies of #671C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C36

Black with #671C36

Text Example


Text Example

White with #671C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671C36; }

 p { color: rgb(103,28,54); }

 H1.HeaderClassName
 {
   color: #671C36;
 }
 .AnyTagClassName
 {
   color: #671C36;
 }
</style>

background-color css

<style>
 a { background-color: #671C36; }

 a { background-color: rgb(103,28,54); }

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

border-color css

<style>
 span { border-color: #671C36; }

 span { border-color: rgb(103,28,54); }

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