Html Css Color HEX #431C2B Castro

📋 copy color: '#431C2B'

red 67 ◦ green 28 ◦ blue 43

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

Shades of Castro #431C2B

Tints of Castro #431C2B

RGB

 RED value IS 67 (26.56% from 255) = 48.55%

 GREEN value IS 28 (11.33% from 255) = 20.29%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 48.55%
G = 20.29%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#431C2B (or 0x431C2B) is known color: Castro. HEX triplet: 43, 1C and 2B. RGB value is (67,28,43). Sum of RGB (Red+Green+Blue) = 67+28+43=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C2B is #BCE3D4. Grayscale: #292929. Windows color (decimal): -12379093 or 2825283. OLE color: 2825283.

HSL color Cylindrical-coordinate representation of color #431C2B: hue angle of 336.92º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C2B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 28 43 -
CMYK 0 0.58 0.36 0.74
HSL 336.92º 0.41% 0.19% -
HSV(B) 336.92º 0.58% 0.26% -
XYZ 3.17 2.2 2.54 -
YUV 41.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 67 28 43 0 0.58 0.36 0.74 336.92 0.41 0.19
Hex 43 1C 2B 0 3A 24 4A 151 29 13
Octal 103 34 53 0 72 44 112 521 51 23
Binary 1000011 11100 101011 0 111010 100100 1001010 101010001 101001 10011

Color Harmonies of #431C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C2B

Black with #431C2B

Text Example


Text Example

White with #431C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431C2B; }

 p { color: rgb(67,28,43); }

 H1.HeaderClassName
 {
   color: #431C2B;
 }
 .AnyTagClassName
 {
   color: #431C2B;
 }
</style>

background-color css

<style>
 a { background-color: #431C2B; }

 a { background-color: rgb(67,28,43); }

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

border-color css

<style>
 span { border-color: #431C2B; }

 span { border-color: rgb(67,28,43); }

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