Html Css Color HEX #620623 Pohutukawa

📋 copy color: '#620623'

red 98 ◦ green 6 ◦ blue 35

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

Shades of Pohutukawa #620623

Tints of Pohutukawa #620623

RGB

 RED value IS 98 (38.67% from 255) = 70.5%

 GREEN value IS 6 (2.73% from 255) = 4.32%

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

R = 70.5%
G = 4.32%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#620623 (or 0x620623) is known color: Pohutukawa. HEX triplet: 62, 06 and 23. RGB value is (98,6,35). Sum of RGB (Red+Green+Blue) = 98+6+35=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620623 is #9DF9DC. Grayscale: #242424. Windows color (decimal): -10353117 or 2295394. OLE color: 2295394.

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

Color convert

RGB 98 6 35 -
CMYK 0 0.94 0.64 0.62
HSL 341.09º 0.88% 0.2% -
HSV(B) 341.09º 0.94% 0.38% -
XYZ 5.41 2.85 1.85 -
YUV 36.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 98 6 35 0 0.94 0.64 0.62 341.09 0.88 0.2
Hex 62 6 23 0 5E 40 3E 155 58 14
Octal 142 6 43 0 136 100 76 525 130 24
Binary 1100010 110 100011 0 1011110 1000000 111110 101010101 1011000 10100

Color Harmonies of #620623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620623

Black with #620623

Text Example


Text Example

White with #620623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620623; }

 p { color: rgb(98,6,35); }

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

background-color css

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

 a { background-color: rgb(98,6,35); }

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

border-color css

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

 span { border-color: rgb(98,6,35); }

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