Html Css Color HEX #4F1F35 Castro

📋 copy color: '#4F1F35'

red 79 ◦ green 31 ◦ blue 53

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

Shades of Castro #4F1F35

Tints of Castro #4F1F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 48.47%
G = 19.02%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4F1F35 (or 0x4F1F35) is known color: Castro. HEX triplet: 4F, 1F and 35. RGB value is (79,31,53). Sum of RGB (Red+Green+Blue) = 79+31+53=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F35 is #B0E0CA. Grayscale: #2F2F2F. Windows color (decimal): -11591883 or 3481423. OLE color: 3481423.

HSL color Cylindrical-coordinate representation of color #4F1F35: hue angle of 332.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F35 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 31 53 -
CMYK 0 0.61 0.33 0.69
HSL 332.5º 0.44% 0.22% -
HSV(B) 332.5º 0.61% 0.31% -
XYZ 4.36 2.9 3.7 -
YUV 47.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 79 31 53 0 0.61 0.33 0.69 332.5 0.44 0.22
Hex 4F 1F 35 0 3D 21 45 14C 2C 16
Octal 117 37 65 0 75 41 105 514 54 26
Binary 1001111 11111 110101 0 111101 100001 1000101 101001100 101100 10110

Color Harmonies of #4F1F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1F35

Black with #4F1F35

Text Example


Text Example

White with #4F1F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,31,53); }

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

background-color css

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

 a { background-color: rgb(79,31,53); }

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

border-color css

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

 span { border-color: rgb(79,31,53); }

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