Html Css Color HEX #671334 Claret

📋 copy color: '#671334'

red 103 ◦ green 19 ◦ blue 52

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

Shades of Claret #671334

Tints of Claret #671334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

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

R = 59.2%
G = 10.92%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#671334 (or 0x671334) is known color: Claret. HEX triplet: 67, 13 and 34. RGB value is (103,19,52). Sum of RGB (Red+Green+Blue) = 103+19+52=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #671334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671334 is #98ECCB. Grayscale: #2F2F2F. Windows color (decimal): -10022092 or 3412839. OLE color: 3412839.

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

Color convert

RGB 103 19 52 -
CMYK 0 0.82 0.50 0.60
HSL 336.43º 0.69% 0.24% -
HSV(B) 336.43º 0.82% 0.4% -
XYZ 6.45 3.6 3.6 -
YUV 47.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 103 19 52 0 0.82 0.50 0.60 336.43 0.69 0.24
Hex 67 13 34 0 52 32 3C 150 45 18
Octal 147 23 64 0 122 62 74 520 105 30
Binary 1100111 10011 110100 0 1010010 110010 111100 101010000 1000101 11000

Color Harmonies of #671334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671334

Black with #671334

Text Example


Text Example

White with #671334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671334; }

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

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

background-color css

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

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

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

border-color css

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

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

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