Html Css Color HEX #671132 Claret

📋 copy color: '#671132'

red 103 ◦ green 17 ◦ blue 50

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

Shades of Claret #671132

Tints of Claret #671132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

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

R = 60.59%
G = 10%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#671132 (or 0x671132) is known color: Claret. HEX triplet: 67, 11 and 32. RGB value is (103,17,50). Sum of RGB (Red+Green+Blue) = 103+17+50=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #671132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671132 is #98EECD. Grayscale: #2E2E2E. Windows color (decimal): -10022606 or 3281255. OLE color: 3281255.

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

Color convert

RGB 103 17 50 -
CMYK 0 0.83 0.51 0.60
HSL 336.98º 0.72% 0.24% -
HSV(B) 336.98º 0.83% 0.4% -
XYZ 6.37 3.51 3.36 -
YUV 46.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 103 17 50 0 0.83 0.51 0.60 336.98 0.72 0.24
Hex 67 11 32 0 53 33 3C 151 48 18
Octal 147 21 62 0 123 63 74 521 110 30
Binary 1100111 10001 110010 0 1010011 110011 111100 101010001 1001000 11000

Color Harmonies of #671132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671132

Black with #671132

Text Example


Text Example

White with #671132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671132; }

 p { color: rgb(103,17,50); }

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

background-color css

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

 a { background-color: rgb(103,17,50); }

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

border-color css

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

 span { border-color: rgb(103,17,50); }

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