Html Css Color HEX #600114 Pohutukawa

📋 copy color: '#600114'

red 96 ◦ green 1 ◦ blue 20

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

Shades of Pohutukawa #600114

Tints of Pohutukawa #600114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 82.05%
G = 0.85%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#600114 (or 0x600114) is known color: Pohutukawa. HEX triplet: 60, 01 and 14. RGB value is (96,1,20). Sum of RGB (Red+Green+Blue) = 96+1+20=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600114 is #9FFEEB. Grayscale: #1F1F1F. Windows color (decimal): -10485484 or 1311072. OLE color: 1311072.

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

Color convert

RGB 96 1 20 -
CMYK 0 0.99 0.79 0.62
HSL 348º 0.98% 0.19% -
HSV(B) 348º 0.99% 0.38% -
XYZ 4.96 2.56 0.89 -
YUV 31.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 96 1 20 0 0.99 0.79 0.62 348 0.98 0.19
Hex 60 1 14 0 63 4F 3E 15C 62 13
Octal 140 1 24 0 143 117 76 534 142 23
Binary 1100000 1 10100 0 1100011 1001111 111110 101011100 1100010 10011

Color Harmonies of #600114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600114

Black with #600114

Text Example


Text Example

White with #600114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600114; }

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

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

background-color css

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

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

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

border-color css

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

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

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