Html Css Color HEX #67312F Persian Plum

📋 copy color: '#67312F'

red 103 ◦ green 49 ◦ blue 47

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

Shades of Persian Plum #67312F

Tints of Persian Plum #67312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

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

R = 51.76%
G = 24.62%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#67312F (or 0x67312F) is known color: Persian Plum. HEX triplet: 67, 31 and 2F. RGB value is (103,49,47). Sum of RGB (Red+Green+Blue) = 103+49+47=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67312F is #98CED0. Grayscale: #404040. Windows color (decimal): -10014417 or 3092839. OLE color: 3092839.

HSL color Cylindrical-coordinate representation of color #67312F: hue angle of 2.14º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67312F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 49 47 -
CMYK 0 0.52 0.54 0.60
HSL 2.14º 0.37% 0.29% -
HSV(B) 2.14º 0.54% 0.4% -
XYZ 7.2 5.29 3.33 -
YUV 64.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 103 49 47 0 0.52 0.54 0.60 2.14 0.37 0.29
Hex 67 31 2F 0 34 36 3C 2 25 1D
Octal 147 61 57 0 64 66 74 2 45 35
Binary 1100111 110001 101111 0 110100 110110 111100 10 100101 11101

Color Harmonies of #67312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67312F

Black with #67312F

Text Example


Text Example

White with #67312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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