Html Css Color HEX #67112F Claret

📋 copy color: '#67112F'

red 103 ◦ green 17 ◦ blue 47

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

Shades of Claret #67112F

Tints of Claret #67112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 61.68%
G = 10.18%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#67112F (or 0x67112F) is known color: Claret. HEX triplet: 67, 11 and 2F. RGB value is (103,17,47). Sum of RGB (Red+Green+Blue) = 103+17+47=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #67112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67112F is #98EED0. Grayscale: #2E2E2E. Windows color (decimal): -10022609 or 3084647. OLE color: 3084647.

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

Color convert

RGB 103 17 47 -
CMYK 0 0.83 0.54 0.60
HSL 339.07º 0.72% 0.24% -
HSV(B) 339.07º 0.83% 0.4% -
XYZ 6.31 3.49 3.03 -
YUV 46.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 103 17 47 0 0.83 0.54 0.60 339.07 0.72 0.24
Hex 67 11 2F 0 53 36 3C 153 48 18
Octal 147 21 57 0 123 66 74 523 110 30
Binary 1100111 10001 101111 0 1010011 110110 111100 101010011 1001000 11000

Color Harmonies of #67112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67112F

Black with #67112F

Text Example


Text Example

White with #67112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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