Html Css Color HEX #67132F Claret

📋 copy color: '#67132F'

red 103 ◦ green 19 ◦ blue 47

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

Shades of Claret #67132F

Tints of Claret #67132F

RGB

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

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

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

R = 60.95%
G = 11.24%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#67132F (or 0x67132F) is known color: Claret. HEX triplet: 67, 13 and 2F. RGB value is (103,19,47). Sum of RGB (Red+Green+Blue) = 103+19+47=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67132F is #98ECD0. Grayscale: #2F2F2F. Windows color (decimal): -10022097 or 3085159. OLE color: 3085159.

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

Color convert

RGB 103 19 47 -
CMYK 0 0.82 0.54 0.60
HSL 340º 0.69% 0.24% -
HSV(B) 340º 0.82% 0.4% -
XYZ 6.34 3.55 3.04 -
YUV 47.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 103 19 47 0 0.82 0.54 0.60 340 0.69 0.24
Hex 67 13 2F 0 52 36 3C 154 45 18
Octal 147 23 57 0 122 66 74 524 105 30
Binary 1100111 10011 101111 0 1010010 110110 111100 101010100 1000101 11000

Color Harmonies of #67132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67132F

Black with #67132F

Text Example


Text Example

White with #67132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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