Html Css Color HEX #60232E Pohutukawa

📋 copy color: '#60232E'

red 96 ◦ green 35 ◦ blue 46

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

Shades of Pohutukawa #60232E

Tints of Pohutukawa #60232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 54.24%
G = 19.77%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60232E (or 0x60232E) is known color: Pohutukawa. HEX triplet: 60, 23 and 2E. RGB value is (96,35,46). Sum of RGB (Red+Green+Blue) = 96+35+46=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60232E is #9FDCD1. Grayscale: #363636. Windows color (decimal): -10476754 or 3023712. OLE color: 3023712.

HSL color Cylindrical-coordinate representation of color #60232E: hue angle of 349.18º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60232E is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 46 -
CMYK 0 0.64 0.52 0.62
HSL 349.18º 0.47% 0.26% -
HSV(B) 349.18º 0.64% 0.38% -
XYZ 5.92 3.89 3.02 -
YUV 54.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 96 35 46 0 0.64 0.52 0.62 349.18 0.47 0.26
Hex 60 23 2E 0 40 34 3E 15D 2F 1A
Octal 140 43 56 0 100 64 76 535 57 32
Binary 1100000 100011 101110 0 1000000 110100 111110 101011101 101111 11010

Color Harmonies of #60232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60232E

Black with #60232E

Text Example


Text Example

White with #60232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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