Html Css Color HEX #5D001C Pohutukawa

📋 copy color: '#5D001C'

red 93 ◦ green 0 ◦ blue 28

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

Shades of Pohutukawa #5D001C

Tints of Pohutukawa #5D001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 76.86%
G = 0%
B = 23.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D001C (or 0x5D001C) is known color: Pohutukawa. HEX triplet: 5D, 00 and 1C. RGB value is (93,0,28). Sum of RGB (Red+Green+Blue) = 93+0+28=121 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.86% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 93 - color contains mainly: red. Hex color #5D001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D001C is #A2FFE3. Grayscale: #1E1E1E. Windows color (decimal): -10682340 or 1835101. OLE color: 1835101.

HSL color Cylindrical-coordinate representation of color #5D001C: hue angle of 341.94º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D001C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 0 28 -
CMYK 0 1 0.70 0.64
HSL 341.94º 1% 0.18% -
HSV(B) 341.94º 1% 0.36% -
XYZ 4.72 2.41 1.32 -
YUV 31 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 93 0 28 0 1 0.70 0.64 341.94 1 0.18
Hex 5D 0 1C 0 64 46 40 156 64 12
Octal 135 0 34 0 144 106 100 526 144 22
Binary 1011101 0 11100 0 1100100 1000110 1000000 101010110 1100100 10010

Color Harmonies of #5D001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D001C

Black with #5D001C

Text Example


Text Example

White with #5D001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,0,28); }

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

background-color css

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

 a { background-color: rgb(93,0,28); }

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

border-color css

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

 span { border-color: rgb(93,0,28); }

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