Html Css Color HEX #4E1F2E Castro

📋 copy color: '#4E1F2E'

red 78 ◦ green 31 ◦ blue 46

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

Shades of Castro #4E1F2E

Tints of Castro #4E1F2E

RGB

 RED value IS 78 (30.86% from 255) = 50.32%

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

 BLUE value IS 46 (18.36% from 255) = 29.68%

R = 50.32%
G = 20%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4E1F2E (or 0x4E1F2E) is known color: Castro. HEX triplet: 4E, 1F and 2E. RGB value is (78,31,46). Sum of RGB (Red+Green+Blue) = 78+31+46=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F2E is #B1E0D1. Grayscale: #2E2E2E. Windows color (decimal): -11657426 or 3022670. OLE color: 3022670.

HSL color Cylindrical-coordinate representation of color #4E1F2E: hue angle of 340.85º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F2E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 31 46 -
CMYK 0 0.60 0.41 0.69
HSL 340.85º 0.43% 0.21% -
HSV(B) 340.85º 0.6% 0.31% -
XYZ 4.13 2.8 2.91 -
YUV 46.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 78 31 46 0 0.60 0.41 0.69 340.85 0.43 0.21
Hex 4E 1F 2E 0 3C 29 45 155 2B 15
Octal 116 37 56 0 74 51 105 525 53 25
Binary 1001110 11111 101110 0 111100 101001 1000101 101010101 101011 10101

Color Harmonies of #4E1F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1F2E

Black with #4E1F2E

Text Example


Text Example

White with #4E1F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,31,46); }

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

background-color css

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

 a { background-color: rgb(78,31,46); }

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

border-color css

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

 span { border-color: rgb(78,31,46); }

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