Html Css Color HEX #671434 Claret

📋 copy color: '#671434'

red 103 ◦ green 20 ◦ blue 52

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

Shades of Claret #671434

Tints of Claret #671434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

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

R = 58.86%
G = 11.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#671434 (or 0x671434) is known color: Claret. HEX triplet: 67, 14 and 34. RGB value is (103,20,52). Sum of RGB (Red+Green+Blue) = 103+20+52=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671434 is #98EBCB. Grayscale: #303030. Windows color (decimal): -10021836 or 3413095. OLE color: 3413095.

HSL color Cylindrical-coordinate representation of color #671434: hue angle of 336.87º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671434 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 52 -
CMYK 0 0.81 0.50 0.60
HSL 336.87º 0.67% 0.24% -
HSV(B) 336.87º 0.81% 0.4% -
XYZ 6.46 3.63 3.61 -
YUV 48.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 103 20 52 0 0.81 0.50 0.60 336.87 0.67 0.24
Hex 67 14 34 0 51 32 3C 151 43 18
Octal 147 24 64 0 121 62 74 521 103 30
Binary 1100111 10100 110100 0 1010001 110010 111100 101010001 1000011 11000

Color Harmonies of #671434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671434

Black with #671434

Text Example


Text Example

White with #671434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671434; }

 p { color: rgb(103,20,52); }

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

background-color css

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

 a { background-color: rgb(103,20,52); }

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

border-color css

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

 span { border-color: rgb(103,20,52); }

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