Html Css Color HEX #630623 Pohutukawa

📋 copy color: '#630623'

red 99 ◦ green 6 ◦ blue 35

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

Shades of Pohutukawa #630623

Tints of Pohutukawa #630623

RGB

 RED value IS 99 (39.06% from 255) = 70.71%

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

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

R = 70.71%
G = 4.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#630623 (or 0x630623) is known color: Pohutukawa. HEX triplet: 63, 06 and 23. RGB value is (99,6,35). Sum of RGB (Red+Green+Blue) = 99+6+35=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630623 is #9CF9DC. Grayscale: #252525. Windows color (decimal): -10287581 or 2295395. OLE color: 2295395.

HSL color Cylindrical-coordinate representation of color #630623: hue angle of 341.29º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630623 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 6 35 -
CMYK 0 0.94 0.65 0.61
HSL 341.29º 0.89% 0.21% -
HSV(B) 341.29º 0.94% 0.39% -
XYZ 5.51 2.9 1.86 -
YUV 37.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 99 6 35 0 0.94 0.65 0.61 341.29 0.89 0.21
Hex 63 6 23 0 5E 41 3D 155 59 15
Octal 143 6 43 0 136 101 75 525 131 25
Binary 1100011 110 100011 0 1011110 1000001 111101 101010101 1011001 10101

Color Harmonies of #630623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630623

Black with #630623

Text Example


Text Example

White with #630623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630623; }

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

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

background-color css

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

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

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

border-color css

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

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

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