Html Css Color HEX #600423 Pohutukawa

📋 copy color: '#600423'

red 96 ◦ green 4 ◦ blue 35

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

Shades of Pohutukawa #600423

Tints of Pohutukawa #600423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

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

R = 71.11%
G = 2.96%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#600423 (or 0x600423) is known color: Pohutukawa. HEX triplet: 60, 04 and 23. RGB value is (96,4,35). Sum of RGB (Red+Green+Blue) = 96+4+35=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600423 is #9FFBDC. Grayscale: #232323. Windows color (decimal): -10484701 or 2294880. OLE color: 2294880.

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

Color convert

RGB 96 4 35 -
CMYK 0 0.96 0.64 0.62
HSL 339.78º 0.92% 0.2% -
HSV(B) 339.78º 0.96% 0.38% -
XYZ 5.17 2.69 1.84 -
YUV 35.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 96 4 35 0 0.96 0.64 0.62 339.78 0.92 0.2
Hex 60 4 23 0 60 40 3E 154 5C 14
Octal 140 4 43 0 140 100 76 524 134 24
Binary 1100000 100 100011 0 1100000 1000000 111110 101010100 1011100 10100

Color Harmonies of #600423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600423

Black with #600423

Text Example


Text Example

White with #600423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600423; }

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

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

background-color css

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

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

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

border-color css

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

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

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