Html Css Color HEX #600102 Pohutukawa

📋 copy color: '#600102'

red 96 ◦ green 1 ◦ blue 2

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

Shades of Pohutukawa #600102

Tints of Pohutukawa #600102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.02%

R = 96.97%
G = 1.01%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#600102 (or 0x600102) is known color: Pohutukawa. HEX triplet: 60, 01 and 02. RGB value is (96,1,2). Sum of RGB (Red+Green+Blue) = 96+1+2=99 (13% of max value = 765). Red value is 96 (37.89% from 255 or 96.97% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 96 - color contains mainly: red. Hex color #600102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600102 is #9FFEFD. Grayscale: #1D1D1D. Windows color (decimal): -10485502 or 131424. OLE color: 131424.

HSL color Cylindrical-coordinate representation of color #600102: hue angle of 359.37º 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 #600102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 2 -
CMYK 0 0.99 0.98 0.62
HSL 359.37º 0.98% 0.19% -
HSV(B) 359.37º 0.99% 0.38% -
XYZ 4.85 2.51 0.29 -
YUV 29.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 96 1 2 0 0.99 0.98 0.62 359.37 0.98 0.19
Hex 60 1 2 0 63 62 3E 167 62 13
Octal 140 1 2 0 143 142 76 547 142 23
Binary 1100000 1 10 0 1100011 1100010 111110 101100111 1100010 10011

Color Harmonies of #600102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600102

Black with #600102

Text Example


Text Example

White with #600102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600102; }

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

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

background-color css

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

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

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

border-color css

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

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

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