Html Css Color HEX #620425 Pohutukawa

📋 copy color: '#620425'

red 98 ◦ green 4 ◦ blue 37

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

Shades of Pohutukawa #620425

Tints of Pohutukawa #620425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 70.5%
G = 2.88%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#620425 (or 0x620425) is known color: Pohutukawa. HEX triplet: 62, 04 and 25. RGB value is (98,4,37). Sum of RGB (Red+Green+Blue) = 98+4+37=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620425 is #9DFBDA. Grayscale: #232323. Windows color (decimal): -10353627 or 2425954. OLE color: 2425954.

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

Color convert

RGB 98 4 37 -
CMYK 0 0.96 0.62 0.62
HSL 338.94º 0.92% 0.2% -
HSV(B) 338.94º 0.96% 0.38% -
XYZ 5.41 2.82 2.01 -
YUV 35.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 98 4 37 0 0.96 0.62 0.62 338.94 0.92 0.2
Hex 62 4 25 0 60 3E 3E 153 5C 14
Octal 142 4 45 0 140 76 76 523 134 24
Binary 1100010 100 100101 0 1100000 111110 111110 101010011 1011100 10100

Color Harmonies of #620425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620425

Black with #620425

Text Example


Text Example

White with #620425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620425; }

 p { color: rgb(98,4,37); }

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

background-color css

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

 a { background-color: rgb(98,4,37); }

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

border-color css

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

 span { border-color: rgb(98,4,37); }

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