Html Css Color HEX #671130 Claret

📋 copy color: '#671130'

red 103 ◦ green 17 ◦ blue 48

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

Shades of Claret #671130

Tints of Claret #671130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 61.31%
G = 10.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#671130 (or 0x671130) is known color: Claret. HEX triplet: 67, 11 and 30. RGB value is (103,17,48). Sum of RGB (Red+Green+Blue) = 103+17+48=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #671130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671130 is #98EECF. Grayscale: #2E2E2E. Windows color (decimal): -10022608 or 3150183. OLE color: 3150183.

HSL color Cylindrical-coordinate representation of color #671130: hue angle of 338.37º 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 #671130 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 48 -
CMYK 0 0.83 0.53 0.60
HSL 338.37º 0.72% 0.24% -
HSV(B) 338.37º 0.83% 0.4% -
XYZ 6.33 3.5 3.14 -
YUV 46.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 103 17 48 0 0.83 0.53 0.60 338.37 0.72 0.24
Hex 67 11 30 0 53 35 3C 152 48 18
Octal 147 21 60 0 123 65 74 522 110 30
Binary 1100111 10001 110000 0 1010011 110101 111100 101010010 1001000 11000

Color Harmonies of #671130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671130

Black with #671130

Text Example


Text Example

White with #671130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671130; }

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

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

background-color css

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

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

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

border-color css

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

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

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