Html Css Color HEX #610223 Pohutukawa

📋 copy color: '#610223'

red 97 ◦ green 2 ◦ blue 35

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

Shades of Pohutukawa #610223

Tints of Pohutukawa #610223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 72.39%
G = 1.49%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#610223 (or 0x610223) is known color: Pohutukawa. HEX triplet: 61, 02 and 23. RGB value is (97,2,35). Sum of RGB (Red+Green+Blue) = 97+2+35=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #610223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610223 is #9EFDDC. Grayscale: #222222. Windows color (decimal): -10419677 or 2294369. OLE color: 2294369.

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

Color convert

RGB 97 2 35 -
CMYK 0 0.98 0.64 0.62
HSL 339.16º 0.96% 0.19% -
HSV(B) 339.16º 0.98% 0.38% -
XYZ 5.25 2.71 1.84 -
YUV 34.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 97 2 35 0 0.98 0.64 0.62 339.16 0.96 0.19
Hex 61 2 23 0 62 40 3E 153 60 13
Octal 141 2 43 0 142 100 76 523 140 23
Binary 1100001 10 100011 0 1100010 1000000 111110 101010011 1100000 10011

Color Harmonies of #610223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610223

Black with #610223

Text Example


Text Example

White with #610223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610223; }

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

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

background-color css

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

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

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

border-color css

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

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

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