Html Css Color HEX #5E232B Pohutukawa

📋 copy color: '#5E232B'

red 94 ◦ green 35 ◦ blue 43

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

Shades of Pohutukawa #5E232B

Tints of Pohutukawa #5E232B

RGB

 RED value IS 94 (37.11% from 255) = 54.65%

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 54.65%
G = 20.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5E232B (or 0x5E232B) is known color: Pohutukawa. HEX triplet: 5E, 23 and 2B. RGB value is (94,35,43). Sum of RGB (Red+Green+Blue) = 94+35+43=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E232B is #A1DCD4. Grayscale: #353535. Windows color (decimal): -10607829 or 2827102. OLE color: 2827102.

HSL color Cylindrical-coordinate representation of color #5E232B: hue angle of 351.86º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E232B is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 35 43 -
CMYK 0 0.63 0.54 0.63
HSL 351.86º 0.46% 0.25% -
HSV(B) 351.86º 0.63% 0.37% -
XYZ 5.65 3.76 2.71 -
YUV 53.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 94 35 43 0 0.63 0.54 0.63 351.86 0.46 0.25
Hex 5E 23 2B 0 3F 36 3F 160 2E 19
Octal 136 43 53 0 77 66 77 540 56 31
Binary 1011110 100011 101011 0 111111 110110 111111 101100000 101110 11001

Color Harmonies of #5E232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E232B

Black with #5E232B

Text Example


Text Example

White with #5E232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E232B; }

 p { color: rgb(94,35,43); }

 H1.HeaderClassName
 {
   color: #5E232B;
 }
 .AnyTagClassName
 {
   color: #5E232B;
 }
</style>

background-color css

<style>
 a { background-color: #5E232B; }

 a { background-color: rgb(94,35,43); }

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

border-color css

<style>
 span { border-color: #5E232B; }

 span { border-color: rgb(94,35,43); }

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