Html Css Color HEX #620D25 Pohutukawa

📋 copy color: '#620D25'

red 98 ◦ green 13 ◦ blue 37

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

Shades of Pohutukawa #620D25

Tints of Pohutukawa #620D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.78%

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

R = 66.22%
G = 8.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#620D25 (or 0x620D25) is known color: Pohutukawa. HEX triplet: 62, 0D and 25. RGB value is (98,13,37). Sum of RGB (Red+Green+Blue) = 98+13+37=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #620D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D25 is #9DF2DA. Grayscale: #292929. Windows color (decimal): -10351323 or 2428258. OLE color: 2428258.

HSL color Cylindrical-coordinate representation of color #620D25: hue angle of 343.06º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D25 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 13 37 -
CMYK 0 0.87 0.62 0.62
HSL 343.06º 0.77% 0.22% -
HSV(B) 343.06º 0.87% 0.38% -
XYZ 5.51 3.02 2.04 -
YUV 41.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 98 13 37 0 0.87 0.62 0.62 343.06 0.77 0.22
Hex 62 D 25 0 57 3E 3E 157 4D 16
Octal 142 15 45 0 127 76 76 527 115 26
Binary 1100010 1101 100101 0 1010111 111110 111110 101010111 1001101 10110

Color Harmonies of #620D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D25

Black with #620D25

Text Example


Text Example

White with #620D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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