Html Css Color HEX #4F1D31 Castro

📋 copy color: '#4F1D31'

red 79 ◦ green 29 ◦ blue 49

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

Shades of Castro #4F1D31

Tints of Castro #4F1D31

RGB

 RED value IS 79 (31.25% from 255) = 50.32%

 GREEN value IS 29 (11.72% from 255) = 18.47%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 50.32%
G = 18.47%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F1D31 (or 0x4F1D31) is known color: Castro. HEX triplet: 4F, 1D and 31. RGB value is (79,29,49). Sum of RGB (Red+Green+Blue) = 79+29+49=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D31 is #B0E2CE. Grayscale: #2E2E2E. Windows color (decimal): -11592399 or 3218767. OLE color: 3218767.

HSL color Cylindrical-coordinate representation of color #4F1D31: hue angle of 336º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D31 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 29 49 -
CMYK 0 0.63 0.38 0.69
HSL 336º 0.46% 0.21% -
HSV(B) 336º 0.63% 0.31% -
XYZ 4.22 2.76 3.22 -
YUV 46.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 79 29 49 0 0.63 0.38 0.69 336 0.46 0.21
Hex 4F 1D 31 0 3F 26 45 150 2E 15
Octal 117 35 61 0 77 46 105 520 56 25
Binary 1001111 11101 110001 0 111111 100110 1000101 101010000 101110 10101

Color Harmonies of #4F1D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1D31

Black with #4F1D31

Text Example


Text Example

White with #4F1D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F1D31; }

 p { color: rgb(79,29,49); }

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

background-color css

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

 a { background-color: rgb(79,29,49); }

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

border-color css

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

 span { border-color: rgb(79,29,49); }

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