Html Css Color HEX #601426 Pohutukawa

📋 copy color: '#601426'

red 96 ◦ green 20 ◦ blue 38

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

Shades of Pohutukawa #601426

Tints of Pohutukawa #601426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 62.34%
G = 12.99%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#601426 (or 0x601426) is known color: Pohutukawa. HEX triplet: 60, 14 and 26. RGB value is (96,20,38). Sum of RGB (Red+Green+Blue) = 96+20+38=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #601426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601426 is #9FEBD9. Grayscale: #2C2C2C. Windows color (decimal): -10480602 or 2495584. OLE color: 2495584.

HSL color Cylindrical-coordinate representation of color #601426: hue angle of 345.79º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601426 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 38 -
CMYK 0 0.79 0.60 0.62
HSL 345.79º 0.66% 0.23% -
HSV(B) 345.79º 0.79% 0.38% -
XYZ 5.42 3.13 2.15 -
YUV 44.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 96 20 38 0 0.79 0.60 0.62 345.79 0.66 0.23
Hex 60 14 26 0 4F 3C 3E 15A 42 17
Octal 140 24 46 0 117 74 76 532 102 27
Binary 1100000 10100 100110 0 1001111 111100 111110 101011010 1000010 10111

Color Harmonies of #601426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601426

Black with #601426

Text Example


Text Example

White with #601426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601426; }

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

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

background-color css

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

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

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

border-color css

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

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

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