Html Css Color HEX #622023 Pohutukawa

📋 copy color: '#622023'

red 98 ◦ green 32 ◦ blue 35

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

Shades of Pohutukawa #622023

Tints of Pohutukawa #622023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

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

R = 59.39%
G = 19.39%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#622023 (or 0x622023) is known color: Pohutukawa. HEX triplet: 62, 20 and 23. RGB value is (98,32,35). Sum of RGB (Red+Green+Blue) = 98+32+35=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #622023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622023 is #9DDFDC. Grayscale: #343434. Windows color (decimal): -10346461 or 2302050. OLE color: 2302050.

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

Color convert

RGB 98 32 35 -
CMYK 0 0.67 0.64 0.62
HSL 357.27º 0.51% 0.25% -
HSV(B) 357.27º 0.67% 0.38% -
XYZ 5.86 3.75 2.01 -
YUV 52.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 98 32 35 0 0.67 0.64 0.62 357.27 0.51 0.25
Hex 62 20 23 0 43 40 3E 165 33 19
Octal 142 40 43 0 103 100 76 545 63 31
Binary 1100010 100000 100011 0 1000011 1000000 111110 101100101 110011 11001

Color Harmonies of #622023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622023

Black with #622023

Text Example


Text Example

White with #622023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622023; }

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

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

background-color css

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

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

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

border-color css

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

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

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