Html Css Color HEX #5D172A Pohutukawa

📋 copy color: '#5D172A'

red 93 ◦ green 23 ◦ blue 42

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

Shades of Pohutukawa #5D172A

Tints of Pohutukawa #5D172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 58.86%
G = 14.56%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#5D172A (or 0x5D172A) is known color: Pohutukawa. HEX triplet: 5D, 17 and 2A. RGB value is (93,23,42). Sum of RGB (Red+Green+Blue) = 93+23+42=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D172A is #A2E8D5. Grayscale: #2E2E2E. Windows color (decimal): -10676438 or 2758493. OLE color: 2758493.

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

Color convert

RGB 93 23 42 -
CMYK 0 0.75 0.55 0.64
HSL 343.71º 0.6% 0.23% -
HSV(B) 343.71º 0.75% 0.36% -
XYZ 5.24 3.11 2.51 -
YUV 46.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 93 23 42 0 0.75 0.55 0.64 343.71 0.6 0.23
Hex 5D 17 2A 0 4B 37 40 158 3C 17
Octal 135 27 52 0 113 67 100 530 74 27
Binary 1011101 10111 101010 0 1001011 110111 1000000 101011000 111100 10111

Color Harmonies of #5D172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D172A

Black with #5D172A

Text Example


Text Example

White with #5D172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,42); }

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

background-color css

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

 a { background-color: rgb(93,23,42); }

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

border-color css

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

 span { border-color: rgb(93,23,42); }

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