Html Css Color HEX #600103 Pohutukawa

📋 copy color: '#600103'

red 96 ◦ green 1 ◦ blue 3

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

Shades of Pohutukawa #600103

Tints of Pohutukawa #600103

RGB

 RED value IS 96 (37.89% from 255) = 96%

 GREEN value IS 1 (0.78% from 255) = 1%

 BLUE value IS 3 (1.56% from 255) = 3%

R = 96%
G = 1%
B = 3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#600103 (or 0x600103) is known color: Pohutukawa. HEX triplet: 60, 01 and 03. RGB value is (96,1,3). Sum of RGB (Red+Green+Blue) = 96+1+3=100 (13% of max value = 765). Red value is 96 (37.89% from 255 or 96% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 96 - color contains mainly: red. Hex color #600103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600103 is #9FFEFC. Grayscale: #1D1D1D. Windows color (decimal): -10485501 or 196960. OLE color: 196960.

HSL color Cylindrical-coordinate representation of color #600103: hue angle of 358.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 3 -
CMYK 0 0.99 0.97 0.62
HSL 358.74º 0.98% 0.19% -
HSV(B) 358.74º 0.99% 0.38% -
XYZ 4.85 2.52 0.32 -
YUV 29.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 96 1 3 0 0.99 0.97 0.62 358.74 0.98 0.19
Hex 60 1 3 0 63 61 3E 167 62 13
Octal 140 1 3 0 143 141 76 547 142 23
Binary 1100000 1 11 0 1100011 1100001 111110 101100111 1100010 10011

Color Harmonies of #600103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600103

Black with #600103

Text Example


Text Example

White with #600103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600103; }

 p { color: rgb(96,1,3); }

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

background-color css

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

 a { background-color: rgb(96,1,3); }

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

border-color css

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

 span { border-color: rgb(96,1,3); }

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