Html Css Color HEX #601023 Pohutukawa

📋 copy color: '#601023'

red 96 ◦ green 16 ◦ blue 35

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

Shades of Pohutukawa #601023

Tints of Pohutukawa #601023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 65.31%
G = 10.88%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#601023 (or 0x601023) is known color: Pohutukawa. HEX triplet: 60, 10 and 23. RGB value is (96,16,35). Sum of RGB (Red+Green+Blue) = 96+16+35=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601023 is #9FEFDC. Grayscale: #2A2A2A. Windows color (decimal): -10481629 or 2297952. OLE color: 2297952.

HSL color Cylindrical-coordinate representation of color #601023: hue angle of 345.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601023 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 35 -
CMYK 0 0.83 0.64 0.62
HSL 345.75º 0.71% 0.22% -
HSV(B) 345.75º 0.83% 0.38% -
XYZ 5.31 2.98 1.89 -
YUV 42.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 96 16 35 0 0.83 0.64 0.62 345.75 0.71 0.22
Hex 60 10 23 0 53 40 3E 15A 47 16
Octal 140 20 43 0 123 100 76 532 107 26
Binary 1100000 10000 100011 0 1010011 1000000 111110 101011010 1000111 10110

Color Harmonies of #601023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601023

Black with #601023

Text Example


Text Example

White with #601023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601023; }

 p { color: rgb(96,16,35); }

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

background-color css

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

 a { background-color: rgb(96,16,35); }

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

border-color css

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

 span { border-color: rgb(96,16,35); }

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