Html Css Color HEX #5D1B23 Pohutukawa

📋 copy color: '#5D1B23'

red 93 ◦ green 27 ◦ blue 35

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

Shades of Pohutukawa #5D1B23

Tints of Pohutukawa #5D1B23

RGB

 RED value IS 93 (36.72% from 255) = 60%

 GREEN value IS 27 (10.94% from 255) = 17.42%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 60%
G = 17.42%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5D1B23 (or 0x5D1B23) is known color: Pohutukawa. HEX triplet: 5D, 1B and 23. RGB value is (93,27,35). Sum of RGB (Red+Green+Blue) = 93+27+35=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1B23 is #A2E4DC. Grayscale: #2F2F2F. Windows color (decimal): -10675421 or 2300765. OLE color: 2300765.

HSL color Cylindrical-coordinate representation of color #5D1B23: hue angle of 352.73º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D1B23 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 27 35 -
CMYK 0 0.71 0.62 0.64
HSL 352.73º 0.55% 0.24% -
HSV(B) 352.73º 0.71% 0.36% -
XYZ 5.21 3.23 1.94 -
YUV 47.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 93 27 35 0 0.71 0.62 0.64 352.73 0.55 0.24
Hex 5D 1B 23 0 47 3E 40 161 37 18
Octal 135 33 43 0 107 76 100 541 67 30
Binary 1011101 11011 100011 0 1000111 111110 1000000 101100001 110111 11000

Color Harmonies of #5D1B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1B23

Black with #5D1B23

Text Example


Text Example

White with #5D1B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,27,35); }

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

background-color css

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

 a { background-color: rgb(93,27,35); }

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

border-color css

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

 span { border-color: rgb(93,27,35); }

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