Html Css Color HEX #610423 Pohutukawa

📋 copy color: '#610423'

red 97 ◦ green 4 ◦ blue 35

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

Shades of Pohutukawa #610423

Tints of Pohutukawa #610423

RGB

 RED value IS 97 (38.28% from 255) = 71.32%

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

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

R = 71.32%
G = 2.94%
B = 25.74%

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

#610423 (or 0x610423) is known color: Pohutukawa. HEX triplet: 61, 04 and 23. RGB value is (97,4,35). Sum of RGB (Red+Green+Blue) = 97+4+35=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #610423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610423 is #9EFBDC. Grayscale: #232323. Windows color (decimal): -10419165 or 2294881. OLE color: 2294881.

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

Color convert

RGB 97 4 35 -
CMYK 0 0.96 0.64 0.62
HSL 340º 0.92% 0.2% -
HSV(B) 340º 0.96% 0.38% -
XYZ 5.28 2.75 1.84 -
YUV 35.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 97 4 35 0 0.96 0.64 0.62 340 0.92 0.2
Hex 61 4 23 0 60 40 3E 154 5C 14
Octal 141 4 43 0 140 100 76 524 134 24
Binary 1100001 100 100011 0 1100000 1000000 111110 101010100 1011100 10100

Color Harmonies of #610423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610423

Black with #610423

Text Example


Text Example

White with #610423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610423; }

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

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

background-color css

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

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

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

border-color css

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

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

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