Html Css Color HEX #5D0D1B Pohutukawa

📋 copy color: '#5D0D1B'

red 93 ◦ green 13 ◦ blue 27

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

Shades of Pohutukawa #5D0D1B

Tints of Pohutukawa #5D0D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.77%

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 69.92%
G = 9.77%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5D0D1B (or 0x5D0D1B) is known color: Pohutukawa. HEX triplet: 5D, 0D and 1B. RGB value is (93,13,27). Sum of RGB (Red+Green+Blue) = 93+13+27=133 (17% of max value = 765). Red value is 93 (36.72% from 255 or 69.92% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0D1B is #A2F2E4. Grayscale: #262626. Windows color (decimal): -10679013 or 1772893. OLE color: 1772893.

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

Color convert

RGB 93 13 27 -
CMYK 0 0.86 0.71 0.64
HSL 349.5º 0.75% 0.21% -
HSV(B) 349.5º 0.86% 0.36% -
XYZ 4.86 2.69 1.3 -
YUV 38.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 93 13 27 0 0.86 0.71 0.64 349.5 0.75 0.21
Hex 5D D 1B 0 56 47 40 15E 4B 15
Octal 135 15 33 0 126 107 100 536 113 25
Binary 1011101 1101 11011 0 1010110 1000111 1000000 101011110 1001011 10101

Color Harmonies of #5D0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0D1B

Black with #5D0D1B

Text Example


Text Example

White with #5D0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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